Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
redsem
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mauricio Alejandro Prieto Palacios
redsem
Commits
56f409e6
Commit
56f409e6
authored
Feb 09, 2023
by
alejandro77palacios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ambiente tox para documentación
parent
b14b4a6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
2 deletions
+47
-2
setup.cfg
+47
-2
No files found.
setup.cfg
View file @
56f409e6
...
...
@@ -24,4 +24,49 @@ install_requires =
[options.packages.find]
where = src
exclude =
test*
\ No newline at end of file
test*
[tox:tox]
isolated_build = True
envlist = py310,py311
[testenv]
deps =
pytest
pytest-cov
commands =
pytest {posargs}
[testenv:docs]
deps =
sphinx
sphinx-autobuild
numpydoc
commands =
sphinx-apidoc \
--force \
--implicit-namespaces \
--module-first \
--separate \
-o docs/reference/ \
src/redsem/ \
src/redsem/*.c \
src/redsem/*.so
sphinx-build -n -W --keep-going -b html docs/ docs/_build/
[testenv:devdocs]
deps =
sphinx
sphinx-autobuild
numpydoc
commands =
sphinx-apidoc \
--force \
--implicit-namespaces \
--module-first \
--separate \
-o docs/reference/ \
src/redsem/ \
src/redsem/*.c \
src/redsem/*.so
sphinx-autobuild -n -W -b html docs/ docs/_build/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment