We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45ba40 commit 93111f5Copy full SHA for 93111f5
3 files changed
docs/README.md
@@ -8,9 +8,17 @@ Welcome to the PyMuPDF documentation. This documentation relies on [Sphinx](http
8
This README assumes you have [Sphinx v5.0.2 installed](https://www.sphinx-doc.org/en/master/usage/installation.html) on your system.
9
10
11
+## Dependencies
12
+
13
+pip install sphinxcontrib-googleanalytics
14
+pip install sphinx-notfound-page
15
+pip install sphinx-copybutton
16
+pip install sphinx-autobuild
17
+pip install furo
18
19
## Updating the documentation
20
-Within `docs` update the associated restructured text (`.rst`) files. These files represent the corresponding document pages.
21
+Within `docs` update the associated restructured text (`.rst`) files. These files represent the corresponding document pages.
22
23
### Conventions
24
0 commit comments