diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-12-31 11:23:24 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-12-31 11:23:24 +0000 |
commit | 5fc0dd81266359c53dec589426af33a10f5f1100 (patch) | |
tree | 1b931a45f2a23ae2b7c78f705f1ea87b58dd252f /scripts-dev | |
parent | Allow users to click account renewal links multiple times without hitting an ... (diff) | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-5fc0dd81266359c53dec589426af33a10f5f1100.tar.xz |
Merge commit '74976a8e4' into dinsic
Diffstat (limited to 'scripts-dev')
-rw-r--r-- | scripts-dev/sphinx_api_docs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts-dev/sphinx_api_docs.sh b/scripts-dev/sphinx_api_docs.sh deleted file mode 100644 index ee72b29657..0000000000 --- a/scripts-dev/sphinx_api_docs.sh +++ /dev/null @@ -1 +0,0 @@ -sphinx-apidoc -o docs/sphinx/ synapse/ -ef |