Skip to content

Commit d2f3434

Browse files
committed
Fix documentation generation by updating sphinx dependencies
1 parent f062387 commit d2f3434

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: docs/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Sphinx==2.0.1
2-
sphinx-rtd-theme==0.4.3
3-
sphinx-autodoc-typehints==1.6.0
4-
sphinxcontrib-asyncio==0.2.0
5-
m2r==0.2.1
1+
Sphinx==4.2.0
2+
sphinx-rtd-theme==1.0.0
3+
sphinx-autodoc-typehints==1.12.0
4+
sphinxcontrib-asyncio==0.3.0
5+
m2r2==0.3.1

Diff for: docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'sphinx.ext.autodoc',
3535
'sphinxcontrib.asyncio',
3636
'sphinx_autodoc_typehints',
37-
'm2r' # mdinclude directive for makrdown files
37+
'm2r2' # mdinclude directive for makrdown files
3838
]
3939
autodoc_member_order = 'bysource'
4040
autodoc_inherit_docstrings = False

Diff for: src/galaxy/api/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ async def get_subscription_games(self, subscription_name: str, context: Any) ->
10631063
This method will only be used if :meth:`get_subscriptions` has been implemented.
10641064
10651065
:param context: the value returned from :meth:`prepare_subscription_games_context`
1066-
:return a generator object that yields SubscriptionGames
1066+
:return: a generator object that yields SubscriptionGames
10671067
10681068
.. code-block:: python
10691069
:linenos:

0 commit comments

Comments
 (0)