diff --git a/docs/requirements.txt b/docs/requirements.txt index 4d7a897..2657f63 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,4 +3,10 @@ sphinx-autodoc-typehints==3.1.0 furo==2024.8.6 myst-parser==4.0.1 sphinx-new-tab-link==0.8.0 -sphinx-multiversion==0.2.4 \ No newline at end of file +sphinx-multiversion==0.2.4 +numpy==2.3.3 +pandas==2.3.2 +python-dateutil==2.9.0.post0 +pytz==2025.2 +six==1.17.0 +tzdata==2025.2 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index a169d33..afb98cd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -2,6 +2,10 @@ # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html +import os +import sys + +sys.path.insert(0, os.path.abspath('../../')) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information diff --git a/docs/source/index.rst b/docs/source/index.rst index 5c78804..c172318 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -24,4 +24,4 @@ The following games are supported: Games soon to be supported: -* `Shikoku 1889: `_ +* `Shikoku 1889 `_ diff --git a/docs/source/reference.rst b/docs/source/reference.rst index 87d338b..0501b26 100644 --- a/docs/source/reference.rst +++ b/docs/source/reference.rst @@ -2,6 +2,6 @@ Reference ========= .. automodule:: transcripts18xx - :members: - :imported-members: - :undoc-members: \ No newline at end of file + :members: + :imported-members: + :undoc-members: \ No newline at end of file