diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-10-07 11:45:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 11:45:31 +0100 |
commit | 01f82bfe32c52e0020e63d544a8f59e5e97aab52 (patch) | |
tree | 753922a52ee84cd154b098baf9332c7da031f939 /docs/code_style.md | |
parent | Add support for MSC2732: olm fallback keys (#8312) (diff) | |
download | synapse-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 'docs/code_style.md')
-rw-r--r-- | docs/code_style.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/code_style.md b/docs/code_style.md index 6ef6f80290..f6c825d7d4 100644 --- a/docs/code_style.md +++ b/docs/code_style.md @@ -64,8 +64,6 @@ save as it takes a while and is very resource intensive. - Use underscores for functions and variables. - **Docstrings**: should follow the [google code style](https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings). - This is so that we can generate documentation with - [sphinx](http://sphinxcontrib-napoleon.readthedocs.org/en/latest/). See the [examples](http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html) in the sphinx documentation. |