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 6e57a7a commit 166193dCopy full SHA for 166193d
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install sphinx
+ pip install sphinx sphinx_rtd_theme
25
# add any extensions you use, e.g.:
26
# pip install myst-parser sphinx_rtd_theme
27
0 commit comments