This repository was archived by the owner on Apr 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#
33
44# You can set these variables from the command line.
5- SPHINXOPTS =
5+ SPHINXOPTS = -W
66SPHINXBUILD = sphinx-build
77PAPER =
88BUILDDIR = _build
Original file line number Diff line number Diff line change 377377# Note: links to Python doc only work if you are online or have python.inv
378378# file. To download it, run:
379379# curl https://docs.python.org/3/objects.inv >python.inv
380- intersphinx_mapping = {'python' : ('https://docs.python.org/3' ,
381- (None , 'python.inv' )),
382- 'kytos' : ('http://docs.kytos.io/kytos' ,
383- (None , 'kytos.inv' ))}
380+ intersphinx_mapping = {'python' : ('https://docs.python.org/3' , None ),
381+ 'kytos' : ('http://docs.kytos.io/kytos' , None )}
384382
385383# Napoleon settings from http://www.sphinx-doc.org/en/stable/ext/napoleon.html
386384napoleon_google_docstring = True
Original file line number Diff line number Diff line change 22tox ~= 2.7
33
44# For running doctests (during "python setup.py test")
5- Sphinx >= 1.4.5
6- sphinx_bootstrap_theme
5+ Sphinx == 1.5.6
6+ sphinx_bootstrap_theme == 0.4.14
77
88# Linters
99pydocstyle ~= 1.1
Original file line number Diff line number Diff line change 22# are required:
33
44# Sphinx is required for running doctests (and building documentation)
5- Sphinx >= 1.4.5
5+ Sphinx == 1.5.6
66# To run "make livehtml", build docs and refresh browser automatically when
77# files change
88sphinx-autobuild >= 0.6.0
99sphinx-rtd-theme >= 0.1.9
10- sphinx_bootstrap_theme
10+ sphinx_bootstrap_theme == 0.4.14
Original file line number Diff line number Diff line change 22envlist = py36
33
44[testenv]
5- whitelist_externals = rm
5+ whitelist_externals =
6+ rm
7+ make
8+
69commands =
710 ; Force packaging even if setup.{py,cfg} haven't changed
811 rm -rf ./python_openflow.egg-info/
912 coverage run setup.py test
10- sphinx-build -b doctest -d docs/_build/doctrees docs/ docs/_build/doctest
13+ make -C docs/
14+ make -C docs/ doctest
1115 pylama tests setup.py pyof
1216
1317deps =
You can’t perform that action at this time.
0 commit comments