diff --git a/docs/requirements.txt b/docs/requirements.txt index e4a8afe..878dd1d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,5 @@ Sphinx==4.2.0 sphinx-rtd-theme==1.0.0 sphinx-autodoc-typehints==1.12.0 sphinxcontrib-asyncio==0.3.0 -m2r2==0.3.1 \ No newline at end of file +m2r2==0.3.1 +typing-extensions==3.10.0.2 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 933d46f..3d27902 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,6 +70,6 @@ html_theme_options = { # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +# html_static_path = ["_static"] master_doc = 'index' diff --git a/docs/source/galaxy.api.rst b/docs/source/galaxy.api.rst index 7a45d37..30a10b2 100644 --- a/docs/source/galaxy.api.rst +++ b/docs/source/galaxy.api.rst @@ -7,7 +7,7 @@ plugin .. automodule:: galaxy.api.plugin :members: :undoc-members: - :exclude-members: JSONEncoder, features, achievements_import_finished, game_times_import_finished, start_achievements_import, start_game_times_import, get_game_times, get_unlocked_achievements + :exclude-members: JSONEncoder, features types -----------------------