Skip to content

Commit

Permalink
Merge pull request #1040 from sphinx-contrib/add-sample-set-for-markdown
Browse files Browse the repository at this point in the history
tests-sample-markdown: adding sample set
  • Loading branch information
jdknight authored Oct 5, 2024
2 parents 67d7908 + 95ddf58 commit 33305fd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/sample-sets/markdown-myst/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
extensions = [
'myst_parser',
'sphinxcontrib.confluencebuilder',
]
7 changes: 7 additions & 0 deletions tests/sample-sets/markdown-myst/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Test

## Nested

PATH to be explained \
PYTHONPATH to be explained \
GRUB to be explained
13 changes: 13 additions & 0 deletions tests/sample-sets/markdown-myst/tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tox]
package_root={toxinidir}{/}..{/}..{/}..

[testenv]
deps =
myst-parser
commands =
{envpython} -m tests.test_sample {posargs}
setenv =
PYTHONDONTWRITEBYTECODE=1
TOX_INI_DIR={toxinidir}
passenv = *
use_develop = true

0 comments on commit 33305fd

Please sign in to comment.