diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 260b9b3..a82dbf1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: python: install: - - requirements: docs/requirements.txt + - requirements: docreqs.txt sphinx: configuration: docs/source/conf.py diff --git a/docreqs.txt b/docreqs.txt index 170d853..f78d7e7 100644 --- a/docreqs.txt +++ b/docreqs.txt @@ -5,4 +5,4 @@ scipy>=1.6.2 pyvisa>=1.11.3 IPython>=7.22.0 sphinx==7.1.2 -sphinx-rtd-theme==1.3.0rc1 \ No newline at end of file +sphinx-rtd-theme==1.3.0rc1 diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 0615ede..0000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -sphinx==7.1.2 -sphinx-rtd-theme==1.3.0rc1 -pandas>=1.3.2 -numpy>=1.19.2 \ No newline at end of file