summaryrefslogtreecommitdiff
path: root/conf.py
AgeCommit message (Collapse)Author
2020-08-27Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-26conf.py (docs): Reorder the steps of the doc buildJeff Epler
Since e121e267adacf6, the shared bindings matrix uses the stubs. Therefore, we must build them! This should fix the failure to build the docs on readthedocs.org. Neither @sommersoft nor I saw this locally since we had previously built the stubs. github CI didn't see it, because it manually builds the stubs in an earlier step of the build process, and does not clean the tree in between.
2020-08-26Fix stub and doc buildsScott Shawcroft
2020-08-07Merge pull request #3252 from ciscorn/pyiJeff Epler
Some improvements to the core module docs
2020-08-07Apply a Sphinx transform to make the core module docs look betterTaku Fukada
2020-08-04conf.py: also include 'rc' versions for sphinx versioningsommersoft
2020-08-04conf.py: set the version for sphinx, based on the current git tagsommersoft
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-26docs: conf.py: fix logging about reidrectsJeff Epler
2020-06-26docs: conf.py: Fix redirects for RTDJeff Epler
2020-06-15docs: conf.py: Remove an irrelevant TODOJeff Epler
This TODO made sense in the context of the original project, but for use in CircuitPython it does not appear to be relevant. Remove it.
2020-06-14docs: Generate redirects for autoapi renamingJeff Epler
2020-06-14docs: conf.py: alphabetize importsJeff Epler
2020-06-14docs: Improve 5.0.x <-> main branch doc linkrotJeff Epler
This improves, but does not entirely fix, the broken links that result from the autoapi change. It fixes module-level links, but class links still do not work (e.g., /shared-bindings/displayio/Palette.html (5.0.x) is now just /shared-bindings/displayio/#displayio.Palette).
2020-05-19Merge pull request #2910 from tannewt/esp32s2Scott Shawcroft
Add initial ESP32S2 support
2020-05-18Fix ReadTheDocs after switching to stubs + autoapi.Scott Shawcroft
2020-05-15Initial ESP32S2 port.Scott Shawcroft
Basic blinky works but doesn't check pins.
2020-05-14Remove debug printsScott Shawcroft
2020-05-14Fix ulab, math and template.Scott Shawcroft
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-04-13Merge remote-tracking branch 'upstream/master' into stm32x7-setupLucian Copeland
2020-04-09conf.py: drop '.h' docs rendering (nothing to build); fix deprecated ↵sommersoft
'source_parsers' usage
2020-04-09conf.py: update deprecated stylesheet API; 'add_stylesheet()' renamed to ↵sommersoft
'add_css_file()'
2020-04-01merge and docsLucian Copeland
2020-03-31ports: litex: add port and fomu boardSean Cross
This adds support for Litex, along with support for the Fomu FPGA board. Signed-off-by: Sean Cross <sean@xobs.io>
2020-03-12Change ST drivers submodule to match TinyUSBLucian Copeland
2020-03-11Change docs targetLucian Copeland
2020-01-13Exclude mkspk from docsKamil Tomaszewski
2020-01-06Add initial MIMXRT10XX portarturo182
2019-10-14merge from upstreamDan Halbert
2019-10-13don't exclude ports/stm32f4/README.md anymoreDan Halbert
2019-10-11Change port name to cxd56Kamil Tomaszewski
2019-10-09Exclude spresense-exported-sdk from docsKamil Tomaszewski
2019-09-02docs: make sphinx include 'docs/static/customstyle.css'sommersoft
2019-07-28change 'c2rst' from source_parser -> extension; allows use of sphinx 2.xsommersoft
2019-07-27Merge branch 'master' into dynamic_support_matrixsommersoft
2019-07-27change conf.py to use modules-by-boardsommersoft
2019-07-24Merge pull request #2007 from hierophect/F4xx-port-setupScott Shawcroft
Add STM32 Discovery F412ZG and F411RE support
2019-07-23don't use files to pass data; call and return directly in conf.pysommersoft
2019-07-23Doc error caused by submodule, misc cleanupHierophect
2019-07-23Python doc generator fixesHierophect
2019-07-16Address review comments.Dan Halbert
2019-07-04fix late-night directory snafusommersoft
2019-07-04add jinja extension; update shared-bindings/index.rst to use jinjasommersoft
2019-04-16Doc updates for 4.0.0Scott Shawcroft
* Fixes PDF generation on RTD * Adds links to circuitpython.org for boards * Adds branding guidelines
2019-01-09Fix sphinx build issues; add better travis fold reporting; update author infoDan Halbert
2018-11-07bring bleio PR up to dateDan Halbert
2018-10-21bleio: Fix errors after rebasearturo182
2018-10-09Exclude .direnv from sphinx-buildNick Moore
2018-09-01fix typos, remove incorrect pca10059 example; add default buses for ↵Dan Halbert
pca10056; improve board names for pca boards