Skip to content

Commit

Permalink
Fix dependency issues triggered when installing the openapi extension
Browse files Browse the repository at this point in the history
This removal fixes the following error:
Could not import extension sphinxcontrib.openapi (exception: cannot import name 'error_string' from 'docutils.io' (/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/docutils/io.py))

[noissue]
  • Loading branch information
lubosmj committed Apr 23, 2024
1 parent 6a0d984 commit 59a6718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/docs/docs/conf.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinxcontrib.openapi',
'sphinxcontrib.jquery',
{%- if plugin_name == "pulpcore" %}
'napoleon_django',
Expand Down

0 comments on commit 59a6718

Please sign in to comment.