We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e157da7 commit cbb3bc8Copy full SHA for cbb3bc8
.github/workflows/docs.yml
@@ -16,7 +16,7 @@ jobs:
16
sudo apt-get install libgmp-dev
17
sudo apt-get install texlive texlive-latex-extra latexmk
18
- run: pip install --upgrade pip
19
- - run: pip install -U git+https://github.com/picnixz/sphinx.git@fix/13188-classmethod-c
+ - run: pip install -U git+https://github.com/sphinx-doc/sphinx.git
20
- run: pip --verbose install --editable .[docs]
21
- run: |
22
alias sphinx-build='sphinx-build --color -W --keep-going'
docs/requirements.txt
@@ -1 +1 @@
1
-sphinx @ git+https://github.com/picnixz/sphinx.git@fix/13188-classmethod-c
+sphinx @ git+https://github.com/sphinx-doc/sphinx.git
0 commit comments