summaryrefslogtreecommitdiff
path: root/doc/internals
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-12-30 01:44:03 +0900
committerGitHub <noreply@github.com>2020-12-30 01:44:03 +0900
commitc99412695d2dc9e5392ede894ce7354d3236761f (patch)
treeb07f204bf27d0787ce9f74a0abef845d2711aa6c /doc/internals
parentae9768385ac2857becd68f058332f77a165a7069 (diff)
parent8260d6b4fcd44152740ebfa1c20cc44f1b5c383e (diff)
downloadsphinx-git-c99412695d2dc9e5392ede894ce7354d3236761f.tar.gz
Merge pull request #8292 from tk0miya/update_coding_style
docs: Update coding style
Diffstat (limited to 'doc/internals')
-rw-r--r--doc/internals/contributing.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/internals/contributing.rst b/doc/internals/contributing.rst
index a52e6e72d..798736b03 100644
--- a/doc/internals/contributing.rst
+++ b/doc/internals/contributing.rst
@@ -138,10 +138,7 @@ Coding style
Please follow these guidelines when writing code for Sphinx:
-* Try to use the same code style as used in the rest of the project. See the
- `Pocoo Styleguide`__ for more information.
-
- __ http://flask.pocoo.org/docs/styleguide/
+* Try to use the same code style as used in the rest of the project.
* For non-trivial changes, please update the :file:`CHANGES` file. If your
changes alter existing behavior, please document this.