You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PyHC Documentation Hub allows searching across documentation for all PyHC packages that use Read The Docs from a single interface. Instead of having to search each package's documentation individually, users can perform a unified search and see results from all packages.
@@ -45,16 +48,6 @@ The implementation can be found in `source/_static/pyhc_search.js`.
45
48
3. Build the documentation: `make html`
46
49
4. Open `build/html/index.html` in your browser
47
50
48
-
For development, you can use Python's built-in HTTP server:
49
-
50
-
```bash
51
-
# Build and serve the documentation
52
-
make html
53
-
python -m http.server -d build/html
54
-
```
55
-
56
-
Then access the documentation at http://localhost:8000
57
-
58
51
## License
59
52
60
53
This project is licensed under the terms of the LICENSE file included in this repository.
0 commit comments