Skip to content

Commit

Permalink
Fix documentation generation by updating sphinx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbanczerowski committed Nov 2, 2021
1 parent f062387 commit d2f3434
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx==2.0.1
sphinx-rtd-theme==0.4.3
sphinx-autodoc-typehints==1.6.0
sphinxcontrib-asyncio==0.2.0
m2r==0.2.1
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
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'sphinx.ext.autodoc',
'sphinxcontrib.asyncio',
'sphinx_autodoc_typehints',
'm2r' # mdinclude directive for makrdown files
'm2r2' # mdinclude directive for makrdown files
]
autodoc_member_order = 'bysource'
autodoc_inherit_docstrings = False
Expand Down
2 changes: 1 addition & 1 deletion src/galaxy/api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ async def get_subscription_games(self, subscription_name: str, context: Any) ->
This method will only be used if :meth:`get_subscriptions` has been implemented.
:param context: the value returned from :meth:`prepare_subscription_games_context`
:return a generator object that yields SubscriptionGames
:return: a generator object that yields SubscriptionGames
.. code-block:: python
:linenos:
Expand Down

0 comments on commit d2f3434

Please sign in to comment.