fix flask autodoc

This commit is contained in:
ziirish 2018-05-01 19:57:03 +02:00
parent 900ce1853b
commit eb081da44f
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
3 changed files with 2 additions and 4 deletions

View file

@ -74,7 +74,6 @@ build:doc:
stage: build
image: python:3.6
script:
- sed -i -e "s,^#\(.*\)@AUTOFLASK@\(.*\)$,\1sphinxcontrib.autohttp.flask\2," docs/conf.py
- pip install -U -r docs/requirements.txt
- make doc
tags:

View file

@ -12,6 +12,6 @@ It is composed by two classes.
:members:
:inherited-members:
.. autoclass:: burpui.misc.acl.grants.BUIgrantHandler
.. autoclass:: burpui.misc.acl.meta.BUIgrantHandler
:members:
:inherited-members:

View file

@ -33,8 +33,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
# '@AUTOFLASK@',
# 'sphinxcontrib.autohttp.flask',
'sphinxcontrib.autohttp.flask',
]
# Add any paths that contain templates here, relative to this directory.