diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-15 16:57:00 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-22 11:14:14 +0000 |
commit | f4ce61ed36e7b639550953882b6ea14171108784 (patch) | |
tree | fe6e5567f13388d81f02db7a540b44fdda74d99d /scripts/sphinx_api_docs.sh | |
parent | Abstract out the room ID from presence tests, so it's stored in self (diff) | |
download | synapse-f4ce61ed36e7b639550953882b6ea14171108784.tar.xz |
Move scripts into scripts
Diffstat (limited to 'scripts/sphinx_api_docs.sh')
-rw-r--r-- | scripts/sphinx_api_docs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/sphinx_api_docs.sh b/scripts/sphinx_api_docs.sh new file mode 100644 index 0000000000..ee72b29657 --- /dev/null +++ b/scripts/sphinx_api_docs.sh @@ -0,0 +1 @@ +sphinx-apidoc -o docs/sphinx/ synapse/ -ef |