-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting version for automatically updating documentation #118
Conversation
currently |
Moving autobuild logic to |
setup.py
Outdated
@@ -1,9 +1,11 @@ | |||
import setuptools | |||
|
|||
name = "cytominer_database" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
setup.py
Outdated
"configparser>=3.5.0", | ||
"csvkit>=1.0.2", | ||
"pandas>=0.20.3", | ||
"sphinx>=2.2.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gwaygenomics we don't need sphinx
and sphinx-rtd-theme
for install, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to install, test, and also build the docs even without adding sphinx
and sphinx-rtd-theme
to setup.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct. This is leftover from a previous option to autobuild. I will remove!
requirements.txt
Outdated
@@ -5,3 +5,8 @@ | |||
pytest>=3.2.2 | |||
sphinx>=1.6.4 | |||
sphinx_rtd_theme>=0.2.5b1 | |||
backports.tempfile>=1.0rc1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to install, test, and also build the docs even without these additions to requirements.txt
…ements also updating variable names to match .cfg file
a26b5a9 does the trick I think! |
No description provided.