docutils moved to required dependencies.

This commit is contained in:
Fabio Manganiello 2023-05-09 21:59:36 +02:00
parent 41233138ff
commit 1395c472c0
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
3 changed files with 3 additions and 2 deletions
docs/source

View file

@ -305,6 +305,7 @@ autodoc_mock_imports = [
'simple_websocket',
'uvicorn',
'websockets',
'docutils',
]
sys.path.insert(0, os.path.abspath('../..'))