mirror of
https://github.com/enpaul/kodak.git
synced 2025-12-19 17:12:34 +00:00
Remove unused docs infrastructure
This commit is contained in:
11
tox.ini
11
tox.ini
@@ -4,7 +4,6 @@ envlist =
|
||||
static
|
||||
static-tests
|
||||
security
|
||||
docs
|
||||
isolated_build = true
|
||||
skip_missing_interpreters = true
|
||||
|
||||
@@ -67,13 +66,3 @@ commands =
|
||||
bandit --recursive --quiet --skip B101 {toxinidir}/tests/
|
||||
poetry export --format requirements.txt --output {envtmpdir}/requirements.txt --without-hashes --dev
|
||||
safety check --bare --file {envtmpdir}/requirements.txt
|
||||
|
||||
[testenv:docs]
|
||||
description = Build the documentation
|
||||
basepython = python3.8
|
||||
locked_deps =
|
||||
sphinx
|
||||
sphinx-autodoc-typehints
|
||||
commands =
|
||||
sphinx-apidoc --no-toc --output-dir {toxinidir}/docs/ {toxinidir}/fresnel_lens/
|
||||
sphinx-build -W -b html {toxinidir}/docs/ {toxinidir}/docs/_build
|
||||
|
||||
Reference in New Issue
Block a user