mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #6099 from tk0miya/5993_REQUESTS_CA_BUNDLE
docs: Add a tip about $REQUESTS_CA_BUNDLE
This commit is contained in:
commit
cafc522f54
@ -509,6 +509,13 @@ General configuration
|
||||
|
||||
.. versionadded:: 1.5
|
||||
|
||||
.. tip:: Sphinx uses requests_ as a HTTP library internally.
|
||||
Therefore, Sphinx refers a certification file on the
|
||||
directory pointed ``REQUESTS_CA_BUNDLE`` environment
|
||||
variable if ``tls_cacerts`` not set.
|
||||
|
||||
.. _requests: http://docs.python-requests.org/en/master/
|
||||
|
||||
.. confval:: today
|
||||
today_fmt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user