Skip to content

Commit

Permalink
Merge branch 'main' into AgeBaseHINT_test
Browse files Browse the repository at this point in the history
# Conflicts:
#	requirements_2018.txt
  • Loading branch information
YeChen-IDM committed Jan 3, 2024
2 parents 8b519d5 + 5bd157f commit 7fd1412
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -291,7 +291,7 @@
search_project = os.environ["READTHEDOCS_PROJECT"]
search_version = os.environ["READTHEDOCS_VERSION"]

rtd_sphinx_search_default_filter = f"subprojects:{search_project_parent}/{search_version}"
rtd_sphinx_search_default_filter = f"subprojects:{search_project}/{search_version}"

rtd_sphinx_search_filters = {
"Search this project": f"project:{search_project}/{search_version}",
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
emodpy~=1.16
emod-typhoid
emodpy==1.22.0.dev3
emod_api==1.31.0.dev4
emod-typhoid==0.0.7.dev3
2 changes: 2 additions & 0 deletions requirements_future.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
emodpy~=1.16
emod-typhoid
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()
ext_name = "emodpy_typhoid"

with open('requirements_2018.txt') as requirements_file:
with open('requirements.txt') as requirements_file:
requirements = requirements_file.read().split("\n")

setuptools.setup(
Expand Down

0 comments on commit 7fd1412

Please sign in to comment.