Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ Welcome to the PyMuPDF documentation. This documentation relies on [Sphinx](http
This README assumes you have [Sphinx v5.0.2 installed](https://www.sphinx-doc.org/en/master/usage/installation.html) on your system.


## Dependencies

pip install sphinxcontrib-googleanalytics
pip install sphinx-notfound-page
pip install sphinx-copybutton
pip install sphinx-autobuild
pip install furo

## Updating the documentation

Within `docs` update the associated restructured text (`.rst`) files. These files represent the corresponding document pages.
Within `docs` update the associated restructured text (`.rst`) files. These files represent the corresponding document pages.

### Conventions

Expand Down
Loading