mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
fix flask autodoc
This commit is contained in:
parent
900ce1853b
commit
eb081da44f
3 changed files with 2 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue