Skip to content

Commit 5e4b4cb

Browse files
committed
Updates with new FAQ section.
1 parent 1d59d99 commit 5e4b4cb

3 files changed

Lines changed: 1148 additions & 1 deletion

File tree

docs/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ Welcome to the PyMuPDF documentation. This documentation relies on [Sphinx](http
88
This README assumes you have [Sphinx v5.0.2 installed](https://www.sphinx-doc.org/en/master/usage/installation.html) on your system.
99

1010

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+
1119
## Updating the documentation
1220

13-
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.
1422

1523
### Conventions
1624

0 commit comments

Comments
 (0)