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 da63b67 commit 4679aa0Copy full SHA for 4679aa0
.github/workflows/build_docs.yml
@@ -18,8 +18,6 @@ jobs:
18
- uses: actions/setup-python@v3
19
- name: Install python dependencies
20
run: |
21
- python -m pip install --upgrade pip
22
- python -m pip install --upgrade -r requirements.txt
23
pip install sphinx sphinx_rtd_theme myst_parser
24
- name: Build Sphinx for GitHub Pages
25
0 commit comments