Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
325e404e52 Bump certifi from 2019.3.9 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.3.9 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2019.03.09...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 05:11:47 +00:00
Mieszko Banczerowski
6a1d2763c3 Docs: Add typing-extensions to pass building pdf 2021-11-08 11:25:46 +00:00
4 changed files with 5 additions and 4 deletions

View File

@@ -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
m2r2==0.3.1
typing-extensions==3.10.0.2

View File

@@ -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'

View File

@@ -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
-----------------------

View File

@@ -2,6 +2,6 @@
# Copied from setup.py because of a pip bug
# see https://github.com/pypa/pip/issues/4780
aiohttp==3.5.4
certifi==2019.3.9
certifi==2022.12.7
psutil==5.6.6; sys_platform == 'darwin'
# End of copy from setup.py