File: setup.cfg

package info (click to toggle)
sphinx-gallery 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,672 kB
  • sloc: python: 5,942; makefile: 191; sh: 50
file content (17 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tool:pytest]
addopts = --cov-report= --cov=sphinx_gallery --durations=5 -r a
python_files = tests/*.py
norecursedirs = build _build auto_examples gen_modules
                sphinx_gallery/tests/tinybuild
filterwarnings =
    ignore:.*HasTraits.trait_.*:DeprecationWarning
    ignore:.*importing the ABCs.*:DeprecationWarning
    ignore:np.loads is deprecated, use pickle.loads instead:DeprecationWarning
    ignore:'U' mode is deprecated:DeprecationWarning
markers =
    conf_file:Configuration file.

[build_sphinx]
source-dir = doc/
build-dir  = doc/_build
all_files  = 1