File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ pylint: env
77 .env/bin/pylint --rcfile .pylintrc backslash tests
88
99doc : env
10- .env/bin/python setup.py build_sphinx -a -E
10+ .env/bin/sphinx-build -a -W -E docs build/sphinx/html
1111
1212env : .env/.up-to-date
1313
1414
1515.env/.up-to-date : setup.py Makefile setup.cfg
1616 python3 -m venv .env
17- .env/bin/pip install -e .[testing]
17+ .env/bin/pip install -e .[testing,doc ]
1818 touch $@
1919
Original file line number Diff line number Diff line change 7070#
7171# This is also used if you do content translation via gettext catalogs.
7272# Usually you set "language" from the command line for these cases.
73- language = None
73+ # language = None
7474
7575# There are two options for replacing |today|: either, you set today to some
7676# non-false value, then it is used:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ testing =
2121 URLObject
2222 weber-utils
2323
24+ doc =
25+ alabaster
26+ releases
27+ Sphinx
28+
2429sentry =
2530 raven
2631
You can’t perform that action at this time.
0 commit comments