We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2f47c commit 7d32b28Copy full SHA for 7d32b28
doc-source/requirements.txt
@@ -6,7 +6,7 @@ furo>=2020.11.19b18
6
html-section>=0.3.0
7
seed-intersphinx-mapping>=1.2.2
8
sphinx>=3.0.3
9
-sphinx-copybutton>=0.2.12
+sphinx-copybutton>=0.5.2
10
sphinx-debuginfo>=0.2.2
11
sphinx-favicon>=0.2
12
sphinx-licenseinfo>=0.3.1
@@ -16,5 +16,5 @@ sphinx-pyproject>=0.1.0
16
sphinx-tabs>=1.1.13
17
sphinx-toolbox>=3.5.0
18
sphinxcontrib-httpdomain>=1.7.0
19
-sphinxemoji>=0.1.6
+sphinxemoji>=0.2.0
20
toctree-plus>=0.6.1
tox.ini
@@ -212,6 +212,7 @@ plugins = coverage_pyver_pragma
212
213
[coverage:report]
214
fail_under = 95
215
+show_missing = True
216
exclude_lines =
217
raise AssertionError
218
raise NotImplementedError
0 commit comments