commit 621c2a95e2c4a53d65d3f91bbef1facb99558d1c Author: Isis Lovecruft isis@torproject.org Date: Sat Mar 21 00:36:55 2015 +0000
Add setup.cfg [bulid_sphinx] directive options.
* FIXES part of #12507: https://bugs.torproject.org/12507 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/setup.cfg b/setup.cfg index eac2290..1ce1f67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,3 +33,7 @@ domain = bridgedb input_file = lib/bridgedb/i18n/templates/bridgedb.pot output_dir = lib/bridgedb/i18n previous = true + +[build_sphinx] +source_dir = doc/sphinx/source +project = bridgedb
tor-commits@lists.torproject.org