File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060# Add any paths that contain custom static files (such as style sheets) here,
6161# relative to this directory. They are copied after the builtin static files,
6262# so a file named "default.css" will overwrite the builtin "default.css".
63- html_static_path = ['_static' ]
63+ # html_static_path = ['_static']
64+
65+ intersphinx_mapping = {'python' : ('https://docs.python.org/3' , None )}
66+
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ commands =
3131 mkdir -p docs/_static
3232 sphinx-apidoc -o docs/ python_utils
3333 rm -f docs/modules.rst
34- sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html {posargs}
34+ sphinx-build -n - W -b html -d docs/_build/doctrees docs docs/_build/html {posargs}
3535deps = -r{toxinidir}/docs/requirements.txt
3636
3737[flake8]
You can’t perform that action at this time.
0 commit comments