Skip to content

Commit

Permalink
DEV : RtD docs config (#411)
Browse files Browse the repository at this point in the history
and we added a new docs extras

	new file:   .readthedocs.yaml
	modified:   setup.py
  • Loading branch information
Poruri Sai Rahul committed Jul 14, 2021
1 parent 82aa372 commit e5510ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def get_long_description():
"null": [],
"pyqt5": ["pyqt5"],
"pyside2": ["pyside2"],
"docs": ["enthought-sphinx-theme", "sphinx>=3.5"],
},
packages=find_packages(exclude=["ci"]),
classifiers=[
Expand Down

0 comments on commit e5510ab

Please sign in to comment.