aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/sphinx
Commit message (Collapse)AuthorAgeFilesLines
* Load botan_version.py as a file instead of as module importJack Lloyd2017-09-192-223/+0
| | | | Really no reason for this to be arbitrary code
* Don't create module index for latex outputRené Korthaus2017-01-091-1/+1
|
* Switch to readthedocs Sphinx themeJack Lloyd2017-01-072-45/+11
| | | | | | | Move some text and change some headers to look better with how rtd theme formats the table of contents. GH #822
* Fix Sphinx PDF build. GH #746Jack Lloyd2016-12-141-1/+1
| | | | [ci skip]
* Add note on rfc6979 signatures to manual [ci skip]René Korthaus2016-11-281-3/+3
|
* Build the docs during CIJack Lloyd2016-10-221-1/+1
| | | | Fix various doc building problems/warnings.
* Use https:// urls for randombit.net links.Jack Lloyd2016-06-191-3/+3
| | | | | | | | | Previously avoided since many clients don't have the CACert root, but now that Let's Encrypt is used instead anyone with a recent trust root should accept the certs for botan.randombit.net and lists.randombit.net [ci skip]
* Tweak formatting of readmeJack Lloyd2015-07-031-1/+1
|
* Simplify the website and documentation layout.Jack Lloyd2015-07-031-3/+3
| | | | | | | | | | | | | | Merge the website index, download page, algo page into the readme file so all the important information is in one place. The readme.rst is now also used as the website landing page. Remove the website target on the makefile, replaced by website.sh, since I'm the only one who ever needs to run this. Fix various ReST formatting bugs in news.rst and the manual Remove the old build_log which hasn't been touched in years and refers entirely to compilers which we don't support anymore.
* Combine all release notes into a single file, just easier to read.Jack Lloyd2015-07-021-1/+0
| | | | | | | | | Which when you think about it is the main criteria on which to judge release notes, right? No text changes beyond removing Sphinx interdoc links and the :pr: extlinks to Bugzilla. Remove combine_relnotes.py as this was its last run. The setup for the website is very broken as a result of this change, that comes next.
* New download directory structure.lloyd2014-12-171-5/+5
| | | | Point users at github issues instead of bugzilla.
* Correct Sphinx template pathslloyd2014-01-111-2/+2
|
* Fix sphinx config sys.pathlloyd2014-01-021-1/+1
|
* Move Sphinx configlloyd2014-01-023-0/+258