aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-10-17 11:00:25 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-10-17 13:40:16 +0200
commitfa5e58c31681df3c0e6d6663fc51b50177d591f9 (patch)
tree7152a5962180c970c2099b32a5c77799699f078c /tox.ini
parent49a9ccba71132dda6dd90938928e761d3ef077f2 (diff)
Move LF doc files into a new dir
rtd forces conf.py to be in the root dir. Then it moves all LF files into a dedicated dir and reverts rtd config.py. Change-Id: I181c76c2b06df630aedf5b9fd96415ab9b23d9e1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 0d0f0d5e5f18cbb91c0119b16e737815a7756277)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1fc6614b4..7e85689a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,9 +28,9 @@ commands =
api \
docs
sphinx-build -W -b html api/ api/build
- sphinx-build -W -n -b html -c docs/rtd docs docs/build/html
+ sphinx-build -W -n -b html docs docs/build/html
sphinx-build -W -n -b linkcheck docs docs/_build/linkcheck
- sphinx-build -W -n -b html docs docs/_build/html
+ sphinx-build -W -n -b html -c docs/lfreleng docs docs/_build/html
[testenv:pep8]
basepython = python2.7