mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Clean up Sphinx errors (#4706)
Also minor copyedits, suppress unhelpful errors, mark files that should *not* be in the TOC as hidden.
This commit is contained in:
committed by
Zach Shepherd
parent
6048bfa87b
commit
ed23290232
@@ -1,3 +1,6 @@
|
||||
Challenges
|
||||
==========
|
||||
|
||||
Digital certificates can only be issued to people who are entitled to them. For example, assuming you don't run google.com, you're not entitled to a certificate for it. Nor is someone else entitled to receive a certificate for your web site.
|
||||
|
||||
In order to receive a certificate from Let's Encrypt certificate authority (CA), you have to prove your control over each of the domain names that will be listed in the certificate. You can do so by making certain publicly-visible changes, proving that the person who's requested a particular certificate is the same person who controls the site(s) that the certificate will refer to.
|
||||
|
||||
@@ -119,6 +119,7 @@ pygments_style = 'sphinx'
|
||||
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
||||
todo_include_todos = True
|
||||
|
||||
suppress_warnings = ['image.nonlocal_uri']
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Developer Guide
|
||||
.. _getting_started:
|
||||
|
||||
Getting Started
|
||||
=======
|
||||
===============
|
||||
|
||||
Running a local copy of the client
|
||||
----------------------------------
|
||||
|
||||
@@ -16,6 +16,12 @@ Welcome to the Certbot documentation!
|
||||
|
||||
api
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
challenges
|
||||
ciphers
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@ From our official releases:
|
||||
From ``master``: https://aur.archlinux.org/packages/certbot-git
|
||||
|
||||
Debian (and its derivatives, including Ubuntu)
|
||||
------
|
||||
----------------------------------------------
|
||||
|
||||
- https://packages.debian.org/sid/certbot
|
||||
- https://packages.debian.org/sid/python-certbot
|
||||
|
||||
Reference in New Issue
Block a user