Skip to content

Commit af17457

Browse files
Merge remote-tracking branch 'skeleton/main' into fix-doc-build
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
2 parents d6cb74f + af7e542 commit af17457

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/docs-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
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

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 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
915
formats:
1016
- epub

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ testing =
137137
pytest-rerunfailures
138138

139139
docs =
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

0 commit comments

Comments
 (0)