summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-3/+1
|
* Run everything through 'black'Sebastian Thiel2022-05-181-46/+46
| | | | | That way people who use it won't be deterred, while it unifies style everywhere.
* Update conf.pyDominic2021-07-191-4/+5
| | | rmv unicode prefixes - sphinx 4+ wont accept py2 code
* Remove now unnecessary explicit Unicode string literal prefixesHarmon2020-02-251-2/+2
|
* Build docs locallySantos Gallegos2019-07-201-7/+3
| | | | | | | | Currently `make html` will output pages without styles or different than the online documentation. With this change the local documentation looks the same as the online documentation.
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-1/+2
| | | + Some cases had restructuring of code.
* fix(docs): sphinx docs build in latest versionSebastian Thiel2015-04-071-1/+0
|
* Updated copyright information.Sebastian Thiel2015-02-051-1/+1
| | | | Fixes #246
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-1/+0
| | | | All performance tests still print to stderr, but do so in a py3 compatible way
* Fixed docsSebastian Thiel2010-11-251-1/+2
|
* Documentation is now being built for all new modulesSebastian Thiel2010-11-231-1/+1
|
* bumped verison to 0.3.0 beta20.3.0-beta2Sebastian Thiel2010-07-091-2/+3
| | | | docs: added changelog, which moved from the CHANGES file into sphinx
* Moved all source files into the source folder, separating the build from the ↵Sebastian Thiel2010-07-011-0/+195
source directory