Skip to content

Commit

Permalink
sphinx_rtd_theme file name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
taeefnajib committed Nov 25, 2023
1 parent c6fdb5d commit 4692aa0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest sphinx sphinx-rtd-theme
pip install flake8 pytest
pip install -r requirements.txt
pip install build
- name: Lint with flake8
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc']
extensions = ['sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc', 'sphinx_rtd_theme']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ PyYAML
six
tzdata
sphinx
sphinx-rtd-theme
sphinx_rtd_theme
-e .
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PyYAML
six
tzdata
sphinx
sphinx-rtd-theme
sphinx_rtd_theme

# dev requirements -
pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install_requires =
six
tzdata
sphinx
sphinx-rtd-theme
sphinx_rtd_theme
python_requires = >=3.8

[options.extras_require]
Expand Down

0 comments on commit 4692aa0

Please sign in to comment.