Skip to content

Commit 525b8f7

Browse files
committed
Workaround diofant#90
1 parent 7e2224c commit 525b8f7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +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
1920
- run: pip --verbose install --editable .[docs]
2021
- run: |
2122
alias sphinx-build='sphinx-build --color -W --keep-going'

.readthedocs.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ build:
1111
python: "3"
1212
python:
1313
install:
14+
- requirements: docs/requirements.txt
1415
- method: pip
1516
path: .
16-
extra_requirements:
17-
- docs
17+
# extra_requirements:
18+
# - docs
1819
sphinx:
1920
fail_on_warning: true
2021
configuration: docs/conf.py

docs/requirements.txt

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

0 commit comments

Comments
 (0)