File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ build:
1111 python : " 3"
1212python :
1313 install :
14+ - requirements : docs/requirements.txt
1415 - method : pip
1516 path : .
16- extra_requirements :
17- - docs
17+ # extra_requirements:
18+ # - docs
1819sphinx :
1920 fail_on_warning : true
2021 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