Skip to content

Commit cbb3bc8

Browse files
committed
+1 workaround diofant#90
1 parent e157da7 commit cbb3bc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sudo apt-get install libgmp-dev
1717
sudo apt-get install texlive texlive-latex-extra latexmk
1818
- run: pip install --upgrade pip
19-
- run: pip install -U git+https://github.com/picnixz/sphinx.git@fix/13188-classmethod-c
19+
- run: pip install -U git+https://github.com/sphinx-doc/sphinx.git
2020
- run: pip --verbose install --editable .[docs]
2121
- run: |
2222
alias sphinx-build='sphinx-build --color -W --keep-going'

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sphinx @ git+https://github.com/picnixz/sphinx.git@fix/13188-classmethod-c
1+
sphinx @ git+https://github.com/sphinx-doc/sphinx.git

0 commit comments

Comments
 (0)