diff --git a/docs/conf.py b/docs/conf.py index c293e76d..979e47ff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,8 +37,10 @@ def __getattr__(cls, name): 'scipy.optimize', 'scipy.stats', ] -sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) -sys.path.insert(0, os.path.abspath('../../')) # Adjust the path as needed +sys.path.insert(0, os.path.abspath('..')) +# sys.path.insert(0, os.path.abspath('../')) # Adjust this if necessary +# sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) +# sys.path.insert(0, os.path.abspath('../../')) # Adjust the path as needed # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. diff --git a/docs/rtd_requirements.txt b/docs/rtd_requirements.txt index 7d601419..1315c92a 100644 --- a/docs/rtd_requirements.txt +++ b/docs/rtd_requirements.txt @@ -1,3 +1,10 @@ six==1.16.0 mock +eeweather==0.3.24 +numpy==1.23.2 +pandas<=1.5.3 +scipy==1.10.0 +sqlalchemy<=1.4.46 +zipcodes==1.2.0 +loguru -e . \ No newline at end of file