Skip to content

Commit aee621e

Browse files
committed
sphinx_rtd_theme file name reverted
1 parent 4692aa0 commit aee621e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install flake8 pytest
32+
pip install flake8 pytest sphinx sphinx-rtd-theme
3333
pip install -r requirements.txt
3434
pip install build
3535
- name: Lint with flake8

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ PyYAML
66
six
77
tzdata
88
sphinx
9-
sphinx_rtd_theme
9+
sphinx-rtd-theme
1010
-e .

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PyYAML
66
six
77
tzdata
88
sphinx
9-
sphinx_rtd_theme
9+
sphinx-rtd-theme
1010

1111
# dev requirements -
1212
pytest

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install_requires =
1818
six
1919
tzdata
2020
sphinx
21-
sphinx_rtd_theme
21+
sphinx-rtd-theme
2222
python_requires = >=3.8
2323

2424
[options.extras_require]

0 commit comments

Comments
 (0)