We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c407b55 commit 1e3c7deCopy full SHA for 1e3c7de
README.md
@@ -3,7 +3,7 @@
3
1. Install Sphinx and other dependencies.
4
5
```bash
6
- pip install -r requirements.txt
+ pip install -r requirements.txt && pre-commit install
7
```
8
9
2. Build the documentation and watch the change lively
requirements.txt
@@ -1,4 +1,5 @@
1
myst_parser
2
+pre-commit==4.2.0
pydata-sphinx-theme
sphinx==6.2.1
sphinx_copybutton==0.5.2
0 commit comments