Skip to content

Commit

Permalink
RTD builds are hanging...
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Dec 22, 2021
1 parent c84eb3c commit c0e52a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sphinx-automodapi
sphinx>=3.4.1
ipykernel
nbsphinx
docutils==0.16
numpy>=1.19
matplotlib
Cython
Expand All @@ -13,4 +14,3 @@ poppy>=1.0.1
webbpsf>=1.0.0
jwst
-e git+https://github.com/JarronL/webbpsf_ext.git
docutils==0.16
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ python:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
# extra_requirements:
# - docs

formats:
- pdf
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
universal=1

[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand All @@ -14,8 +14,8 @@ search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:pynrc/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
search = __version__ = u'{current_version}'
replace = __version__ = u'{new_version}'

[ah_bootstrap]
auto_use = True
Expand Down
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -180,11 +179,8 @@
#extras_require={
# 'dev': ['check-manifest>=0.34', 'lxml>=3.6.4', 'pytest>=3.0.2'],
#},
extras_require = {
'docs': [
'docutils == 0.16'
],
},
# extras_require = {'docs':
# ['docutils==0.16', 'sphinx>=3.4.1']},

# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
Expand Down

0 comments on commit c0e52a5

Please sign in to comment.