Skip to content

Commit

Permalink
Merge pull request #385 from psd-tools/fix-sphinx-build
Browse files Browse the repository at this point in the history
Fix missing rtd theme for readthedocs
  • Loading branch information
kyamagu committed Jan 4, 2024
2 parents 568e9c7 + db27b5c commit aafc4df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ python:
install:
- method: pip
path: .
extra_requirements:
- docs
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ classifiers = [

[project.optional-dependencies]
dev = ["pytest", "pytest-cov", "ipython", "flake8", "black", "isort", "pysen"]
docs = ["sphinx", "sphinx_rtd_theme"]

[project.scripts]
psd-tools = "psd_tools.__main__:main"
Expand Down

0 comments on commit aafc4df

Please sign in to comment.