Skip to content

Commit

Permalink
trying to re-introduce setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Aug 6, 2024
1 parent f805da2 commit f12d0cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[pbr]
autodoc_tree_index_modules = True
autodoc_tree_excludes =
setup.py
test
docs/conf.py

[build_sphinx]
source_dir = docs
build_dir = docs/_build

[tool:pytest]
addopts = --doctest-modules --doctest-glob='*.rst' --ignore setup.py --ignore docs/conf.py

0 comments on commit f12d0cf

Please sign in to comment.