Skip to content

Commit

Permalink
testing rtfd integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Faes committed Feb 10, 2024
1 parent 3228a5d commit 03ad302
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = "default"
html_theme = "sphinx_rtd_theme"

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to **pyhdust** documentation!
=============================================================
**Analysis tools for multi-technique astronomical data and** *hdust* **models**. About the *hdust* code, see Carciofi & Bjorkman (`2006 <http://adsabs.harvard.edu/abs/2006ApJ...639.1081C>`_, `2008 <http://adsabs.harvard.edu/abs/2008ApJ...684.1374C>`_).

Pyhdust is currently at **version 1.5.9-2**.
Pyhdust is currently at **version 1.5.10**.

Package contents:

Expand Down
2 changes: 1 addition & 1 deletion pyhdust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
except ImportError:
_warn.warn("# matplotlib and/or scipy module not installed!!")

__version__ = "1.5.9-2"
__version__ = "1.5.10"
__release__ = "Stable"
__author__ = "Daniel Moser"
__email__ = "dmfaes@gmail.com"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ numpy>=1.18.2
six<=1.16.0
astropy<=5.1.1
python-dateutil<=2.8.1
sphinx-rtd-theme
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def recfiles(chdir, path):

setup(
name="pyhdust",
version="1.5.9-2",
version="1.5.10",
description=(
"Analysis tools for multi-technique astronomical data and hdust models"
),
Expand All @@ -87,6 +87,7 @@ def recfiles(chdir, path):
"six<=1.16.0",
"astropy<=5.1.1",
"python-dateutil<=2.8.1",
"sphinx-rtd-theme",
],
long_description=rd("README.rst"),
classifiers=[
Expand Down

0 comments on commit 03ad302

Please sign in to comment.