Erik Rose
|
8147216f1a
|
Fix some underline lengths in docs.
|
2015-11-25 12:43:29 -05:00 |
|
Erik Rose
|
9205b9c987
|
Remove remaining "DVSNI" wording, changing it to reference TLS-SNI-01, which it changed into. Close #1417.
Also make _get_addrs() private, since it's called only internally.
|
2015-11-19 13:23:07 -05:00 |
|
Jakub Warmuz
|
d0a2b38457
|
pep8 for docs/conf.py
|
2015-11-07 19:36:08 +00:00 |
|
Christoph Kisfeld
|
f8da08e6a2
|
Fix readthedocs Intersphinx URLs, fix #1140
|
2015-10-28 11:37:24 +01:00 |
|
Jakub Warmuz
|
762e9e578f
|
Split letsencrypt-apache API docs
|
2015-10-21 17:06:36 -07:00 |
|
Jakub Warmuz
|
f922b9b694
|
Split docs into subpkgs (fixes #969)
|
2015-10-21 17:06:36 -07:00 |
|
Jakub Warmuz
|
baa6c4aeec
|
gitignores for various doc files
|
2015-10-21 17:06:36 -07:00 |
|
Jakub Warmuz
|
86f01d1fa9
|
sphinx: copyright 2014-2015
|
2015-10-21 17:06:36 -07:00 |
|
Jakub Warmuz
|
dfdb64c505
|
sphinx: default_role py:obj
|
2015-10-21 17:06:36 -07:00 |
|
Jakub Warmuz
|
1f0cbda9fc
|
Unify autodoc options
|
2015-10-21 17:06:36 -07:00 |
|
Jakub Warmuz
|
1a6fc9ce76
|
RTD theme everywhere!
|
2015-10-21 17:06:36 -07:00 |
|
Jakub Warmuz
|
635008f5e6
|
Configure intersphinx
|
2015-10-21 17:06:35 -07:00 |
|
Jakub Warmuz
|
b9868d3c97
|
sphinx-quickstart for subpkgs
```
sphinx-quickstart --dot _ --project acme-python --author Let's Encrypt Project -v 0 --release 0 --language en --suffix .rst --master index --ext-autodoc --ext-intersphinx --ext-todo --ext-coverage --ext-viewcode --makefile --batchfile acme/docs
sphinx-quickstart --dot _ --project letsencrypt-apache --author Let's Encrypt Project -v 0 --release 0 --language en --suffix .rst --master index --ext-autodoc --ext-intersphinx --ext-todo --ext-coverage --ext-viewcode --makefile --batchfile letsencrypt-apache/docs
sphinx-quickstart --dot _ --project letsencrypt-nginx --author Let's Encrypt Project -v 0 --release 0 --language en --suffix .rst --master index --ext-autodoc --ext-intersphinx --ext-todo --ext-coverage --ext-viewcode --makefile --batchfile letsencrypt-nginx/docs
sphinx-quickstart --dot _ --project letshelp-letsencrypt --author Let's Encrypt Project -v 0 --release 0 --language en --suffix .rst --master index --ext-autodoc --ext-intersphinx --ext-todo --ext-coverage --ext-viewcode --makefile --batchfile letshelp-letsencrypt/docs
sphinx-quickstart --dot _ --project letsencrypt-compatibility-test --author Let's Encrypt Project -v 0 --release 0 --language en --suffix .rst --master index --ext-autodoc --ext-intersphinx --ext-todo --ext-coverage --ext-viewcode --makefile --batchfile letsencrypt-compatibility-test/docs
```
|
2015-10-21 17:06:35 -07:00 |
|