summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-08-16 11:46:40 +0900
committerGitHub <noreply@github.com>2020-08-16 11:46:40 +0900
commit9d48cb9798a1f2eea8a800689dde6648e260916f (patch)
tree7cc2f56bcea1952168073859704e91bcc1b522d2
parentf861b4cd1a5d5f1a100dca709ea72a7e4c007bd7 (diff)
parente45f55d32fc6d64f868f37b3588e20957f09b705 (diff)
downloadsphinx-git-9d48cb9798a1f2eea8a800689dde6648e260916f.tar.gz
Merge pull request #8130 from yves-chevallier/stackoverflow
Stackoverflow
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml5
-rw-r--r--doc/internals/contributing.rst4
2 files changed, 8 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index c9009b90e..226532b79 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -2,5 +2,8 @@
blank_issues_enabled: false # default: true
contact_links:
- name: Question
+ url: https://stackoverflow.com/questions/tagged/python-sphinx
+ about: For Q&A purpose, please use Stackoverflow with the tag python-sphinx
+- name: Discussion
url: https://groups.google.com/forum/#!forum/sphinx-users
- about: For Q&A purpose, please use sphinx-users mailing list.
+ about: For general discussion, please use sphinx-users mailing list.
diff --git a/doc/internals/contributing.rst b/doc/internals/contributing.rst
index 0e464478a..1f4a31013 100644
--- a/doc/internals/contributing.rst
+++ b/doc/internals/contributing.rst
@@ -12,6 +12,9 @@ Getting help
The Sphinx community maintains a number of mailing lists and IRC channels.
+Stack Overflow with tag `python-sphinx`_
+ Questions and answers about use and development.
+
sphinx-users <sphinx-users@googlegroups.com>
Mailing list for user support.
@@ -21,6 +24,7 @@ sphinx-dev <sphinx-dev@googlegroups.com>
#sphinx-doc on irc.freenode.net
IRC channel for development questions and user support.
+.. _python-sphinx: https://stackoverflow.com/questions/tagged/python-sphinx
Bug Reports and Feature Requests
--------------------------------