mirror of
https://github.com/doctrine/rst-parser.git
synced 2026-03-23 22:42:06 +01:00
Add utility to easily run Sphinx on fucntional tests
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@
|
||||
/.phpcs-cache
|
||||
/tests/*/output
|
||||
/.phpunit.result.cache
|
||||
/tests/Functional/_sphinx/
|
||||
|
||||
3
tests/sphinx
Executable file
3
tests/sphinx
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
rm -rf tests/Functional/_sphinx
|
||||
${SPHINX_BUILD:=sphinx-build} -C -D master_doc=$1 tests/Functional/tests/$1 tests/Functional/_sphinx
|
||||
Reference in New Issue
Block a user