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 fb3c48a commit e79d46cCopy full SHA for e79d46c
test/sources/test-rst/conf.py
@@ -1,3 +1,4 @@
1
extensions = ["sphinx_tags"]
2
tags_create_tags = True
3
tags_extension = ["rst"]
4
+exclude_patterns = ["excluded"]
test/sources/test-rst/excluded/page_4.rst
@@ -0,0 +1,3 @@
+Page 4
+======
+.. tags:: tag_1, tag_5,
test/test_general_tags.py
@@ -9,8 +9,6 @@
9
OUTPUT_DIR = OUTPUT_ROOT_DIR / "general"
10
11
12
-# TODO: ipynb tests are currently failing because _build/doctrees/nbsphinx/*.ipynb files are
13
-# getting included
14
def run_all_formats():
15
"""Return a decorator that runs a test in all supported markup formats"""
16
return pytest.mark.parametrize(
0 commit comments