Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-07 10:29:11 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-07 17:07:48 +0300
commit09a8b5e25c49ef85c064307bc433f1cfe53f64d8 (patch)
treecfe130c1eccc31d9eaf739325282ed6872011e4b /CONTRIBUTING.rst
parente700532dd17ae316a2aff66688c13fa7cfd0dd87 (diff)
doc: quickstart.py has moved
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index ff53c387f..668dcfdc6 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -272,7 +272,7 @@ Coding Guide
generated output.
* When adding a new configuration variable, be sure to document it and update
- :file:`sphinx/quickstart.py` if it's important enough.
+ :file:`sphinx/cmd/quickstart.py` if it's important enough.
* Add appropriate unit tests.