Skip to content

Commit 53f6400

Browse files
committed
doc: follow-up improvements related to change of theme
- remove breadcrumbs.html leading to building error in pydata-sphinx-theme - added pydata-sphinx-theme in all requirements and removed unused sphinx-rtd-theme.
1 parent 5af878d commit 53f6400

File tree

5 files changed

+3
-66
lines changed

5 files changed

+3
-66
lines changed

docs/source/_templates/breadcrumbs.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- spgl1
3131
- pytest-runner
3232
- setuptools_scm
33-
- sphinx-rtd-theme
33+
- pydata-sphinx-theme
3434
- sphinx-gallery
3535
- nbsphinx
3636
- image

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ build:
99

1010
python:
1111
install:
12-
- requirements: requirements-doc.txt
12+
- requirements: requirements-dev.txt
1313
- method: setuptools
1414
path: .

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pytest-runner
1515
setuptools_scm
1616
docutils<0.18
1717
Sphinx
18-
sphinx-rtd-theme
18+
pydata-sphinx-theme
1919
sphinx-gallery
2020
numpydoc
2121
nbsphinx

requirements-doc.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)