File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
26- - name : Give permission to run scripts
27- run : chmod +x ./docs/scripts/doc8_style_check.sh
28-
2926 - name : Install Dependencies
3027 run : pip install -e .[docs]
3128
Original file line number Diff line number Diff line change 55# Required
66version : 2
77
8+ # Build in latest ubuntu/python
9+ build :
10+ os : ubuntu-22.04
11+ tools :
12+ python : " 3.11"
13+
814# Build PDF & ePub
915formats :
1016 - epub
Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ testing =
137137 pytest-rerunfailures
138138
139139docs =
140- Sphinx == 5.1.0
141- sphinx_rtd_theme >= 0.5.1
140+ Sphinx>=5.0.2
141+ sphinx-rtd-theme>=1.0.0
142142 sphinx-reredirects >= 0.1.2
143- doc8 >= 0.8.1
143+ doc8>=0.11.2
144144 sphinx-autobuild
145145 sphinx-rtd-dark-mode>=1.3.0
146146 sphinx-copybutton
You can’t perform that action at this time.
0 commit comments