diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-06 11:41:19 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-06 11:41:19 +0100 |
commit | 119e5d7702a1de0b196a374b53b646c06ee753e5 (patch) | |
tree | a617bb7f11b100e1b6fdbb92c462109950d64908 /scripts/sphinx_api_docs.sh | |
parent | Merge pull request #138 from matrix-org/erikj/SYN-371 (diff) | |
download | synapse-119e5d7702a1de0b196a374b53b646c06ee753e5.tar.xz |
Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are automatically added to the package
Diffstat (limited to 'scripts/sphinx_api_docs.sh')
-rw-r--r-- | scripts/sphinx_api_docs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/sphinx_api_docs.sh b/scripts/sphinx_api_docs.sh deleted file mode 100644 index ee72b29657..0000000000 --- a/scripts/sphinx_api_docs.sh +++ /dev/null @@ -1 +0,0 @@ -sphinx-apidoc -o docs/sphinx/ synapse/ -ef |