From 73fae9514c4266c2698fe12fc880a5a8b4cc61ad Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 11 Nov 2025 18:39:12 +0100 Subject: [PATCH 1/5] Fix conf for package source. --- docs/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index a169d33..c827a9a 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('../../transcripts18xx')) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information From 32b41e83178c682f53bd4356bf2697e3b42b62a4 Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 11 Nov 2025 18:48:41 +0100 Subject: [PATCH 2/5] Only include path to package. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c827a9a..afb98cd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -5,7 +5,7 @@ import os import sys -sys.path.insert(0, os.path.abspath('../../transcripts18xx')) +sys.path.insert(0, os.path.abspath('../../')) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information From 26b2c96067df8834d634e8b5737a68da85837300 Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 11 Nov 2025 18:51:38 +0100 Subject: [PATCH 3/5] Fix requirements for docs. --- docs/requirements.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 From 62e03ba06cebf58af9e2f34c90340c6b69f4d474 Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 11 Nov 2025 19:19:27 +0100 Subject: [PATCH 4/5] Fix reference.rst. --- docs/source/reference.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From e2f4c4b8f08bc1a610de92f8f45d3c3007f88e12 Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 11 Nov 2025 20:26:44 +0100 Subject: [PATCH 5/5] Fixed typo. --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_