Codebase list python-flask-httpauth / ef87fd2
Another attempt at fixing the manpage. (Hopefully) closes: #1003606 Martina Ferrari 2 years ago
3 changed file(s) with 12 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 --- a/docs/conf.py
1 +++ b/docs/conf.py
2 @@ -221,7 +221,7 @@
3 # (source start file, name, description, authors, manual section).
4 man_pages = [
5 ('index', 'flask-httpauth', u'Flask-HTTPAuth Documentation',
6 - [u'Miguel Grinberg'], 1)
7 + [u'Miguel Grinberg'], 3)
8 ]
9
10 # If true, show URL addresses after external links.
00 01-Avoid_amazon_imglink.patch
1 02-Manpage_section.patch
1010 dh_auto_build
1111 PYTHONPATH=. python3 -m sphinx -N -bhtml docs/ build/html # HTML generator
1212 PYTHONPATH=. python3 -m sphinx -N -bman docs/ build/man # Manpage generator
13 # Adjust man section.
14 mv build/man/flask-httpauth.1 build/man/flask-httpauth.3