Skip to content

Commit

Permalink
Update the link for conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hannalee2 committed Jul 4, 2024
1 parent 6e24b2b commit d7e16a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:

# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/source/conf.py

# Explicitly set the version of Python and its requirements
python:
Expand Down
2 changes: 1 addition & 1 deletion parallax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import os

__version__ = "0.37.12"
__version__ = "0.37.13"

# allow multiple OpenMP instances
os.environ["KMP_DUPLICATE_LIB_OK"] = "True"

0 comments on commit d7e16a1

Please sign in to comment.