Skip to content

Commit

Permalink
CLN : Stop using enthought_sphinx_theme from git/github source (#1717)
Browse files Browse the repository at this point in the history
instead just install it from edm instead (which we were already doing
but then overriding with the pip install from source)

	modified:   doc-requirements.txt
	modified:   etstool.py
  • Loading branch information
Poruri Sai Rahul committed Jul 7, 2021
1 parent 6bb463a commit 8d4c01d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
# pip requirements for building the docs
Sphinx
pyface
git+https://github.com/enthought/enthought-sphinx-theme.git#egg=enthought-sphinx-theme
1 change: 1 addition & 0 deletions etstool.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
doc_dependencies = {
"sphinx",
"enthought_sphinx_theme",
"pyface",
}

#: Paths to ignore in Sphinx-apidoc
Expand Down

0 comments on commit 8d4c01d

Please sign in to comment.