Commit 525b8f7 1 parent 7e2224c commit 525b8f7 Copy full SHA for 525b8f7
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
sudo apt-get install libgmp-dev
17
17
sudo apt-get install texlive texlive-latex-extra latexmk
18
18
- run : pip install --upgrade pip
19
+ - run : pip install -U git+https://github.com/picnixz/sphinx.git@fix/13188-classmethod-c
19
20
- run : pip --verbose install --editable .[docs]
20
21
- run : |
21
22
alias sphinx-build='sphinx-build --color -W --keep-going'
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ build:
11
11
python : " 3"
12
12
python :
13
13
install :
14
+ - requirements : docs/requirements.txt
14
15
- method : pip
15
16
path : .
16
- extra_requirements :
17
- - docs
17
+ # extra_requirements:
18
+ # - docs
18
19
sphinx :
19
20
fail_on_warning : true
20
21
configuration : docs/conf.py
Original file line number Diff line number Diff line change
1
+ sphinx @ git+https://github.com/picnixz/sphinx.git@fix/13188-classmethod-c
You can’t perform that action at this time.
0 commit comments