summaryrefslogtreecommitdiff
path: root/conf.py
AgeCommit message (Collapse)Author
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
2018-07-29remove qemu-arm build; fix docs build bugsDan Halbert
2018-07-12exclude usb from doc buildhathach
2018-06-21nrf: Exclude nrfx files from sphinx buildarturo182
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
Ideally in the future they won't depend on ASF4 or MicroPython.
2018-03-06Merge pull request #659 from tannewt/driver_page_updateKattni
Update driver links (for 3.x) including categories!
2018-03-06Update driver links including categories!Scott Shawcroft
2018-02-27Remove bad c2rst and fix the other for sphinx 1.7.1Scott Shawcroft