1
0
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:
2021-10-28 19:52:01 -04:00
parent 25ef2c279e
commit fc658d07dd
7 changed files with 5 additions and 337 deletions

11
tox.ini
View File

@@ -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