summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-10-07 11:45:31 +0100
committerGitHub <noreply@github.com>2020-10-07 11:45:31 +0100
commit01f82bfe32c52e0020e63d544a8f59e5e97aab52 (patch)
tree753922a52ee84cd154b098baf9332c7da031f939 /README.rst
parentAdd support for MSC2732: olm fallback keys (#8312) (diff)
downloadsynapse-01f82bfe32c52e0020e63d544a8f59e5e97aab52.tar.xz
Remove docs/sphinx and related references (#8480)
https://github.com/matrix-org/synapse/tree/develop/docs/sphinx doesn't seem to really be utilised or changed recently since the initial commit. I like the idea of exportable documentation of the codebase, but at the moment after running through the build instructions the generated website wasn't very useful...
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.rst b/README.rst
index 4a189c8bc4..e623cf863a 100644
--- a/README.rst
+++ b/README.rst
@@ -290,19 +290,6 @@ Testing with SyTest is recommended for verifying that changes related to the
 Client-Server API are functioning correctly. See the `installation instructions
 <https://github.com/matrix-org/sytest#installing>`_ for details.
 
-Building Internal API Documentation
-===================================
-
-Before building internal API documentation install sphinx and
-sphinxcontrib-napoleon::
-
-    pip install sphinx
-    pip install sphinxcontrib-napoleon
-
-Building internal API documentation::
-
-    python setup.py build_sphinx
-
 Troubleshooting
 ===============