Laurens Valk
9945b43713
pyproject: Update to Sphinx 4.1.
...
Also bump to a development version of sphinx-rtd-theme that supports Sphinx 4.
Fixes https://github.com/pybricks/pybricks-api/issues/70
2021-08-06 10:40:26 +02:00
David Lechner and laurensvalk
d492b04402
umath: add stubs and docs for umath module
...
Issue: https://github.com/pybricks/support/issues/236
2021-07-14 09:41:30 +02:00
David Lechner and laurensvalk
818409f675
usys: add stubs and docs for usys module
...
Issue: https://github.com/pybricks/support/issues/236
2021-07-14 09:41:30 +02:00
David Lechner and laurensvalk
9dd131142e
uselect: add stubs and docs for uselect module
...
Issue: https://github.com/pybricks/support/issues/236
2021-07-14 09:41:30 +02:00
David Lechner and laurensvalk
f828d11f40
urandom: add stubs and docs for urandom module
...
Issue: https://github.com/pybricks/support/issues/236
2021-07-14 09:41:30 +02:00
David Lechner and laurensvalk
532639b820
uio: add stubs and docs for uio module
...
Issue: https://github.com/pybricks/support/issues/236
2021-07-14 09:41:30 +02:00
David Lechner and laurensvalk
0865a58632
uerrno: add uerrno module stubs and docs
...
Issue: https://github.com/pybricks/support/issues/236
2021-07-14 09:41:30 +02:00
David Lechner and laurensvalk
0eb0e160e9
micropython: Add stubs and docs for micropython module
...
Issue: https://github.com/pybricks/support/issues/236
2021-07-14 09:41:30 +02:00
David Lechner and laurensvalk
7126431f9f
pybricks: move into src/ directory
...
Moving the pybricks package into a src/ directory so that we can add
additional packages without polluting the top-level directory.
2021-07-14 09:41:30 +02:00
Laurens Valk
cb84ca87c6
@pybricks/ide-docs v1.4.0
2021-06-23 19:56:31 +02:00
David Lechner
f06caa32bc
3.0.0-rc.1
2021-05-17 16:35:37 -05:00
David Lechner
2aadc75f2c
poetry: bump version to match current firmware
2021-04-20 12:07:36 -05:00
David Lechner and Laurens Valk
8bf42c7d2d
poetry: Bump RTD and theme versions.
...
This is mainly to pull in the requirement of docutils < 0.17 from
sphinx-rtd-theme. Just bumping to latest sphinx doc while we are at it.
Issue: https://github.com/pybricks/pybricks-api/issues/55
2021-04-12 11:12:23 +02:00
David Lechner
00cc5ee44e
poetry: move dev dependencies to dev section
...
Users who install this package from PyPi don't need all of the dev dependencies.
2021-01-26 11:46:32 -06:00
Laurens Valk
f0b882b576
config: update to Sphinx 3.4
2021-01-26 09:18:13 +01:00
David Lechner and laurensvalk
adf6e03bc9
doc: open external links in a new window
...
This adds a hack to open external links in a new window. Requires Sphinx v1.8.
2021-01-26 08:30:48 +01:00
Laurens Valk
06c1d00f22
config: drop contentui plugin
...
We are no longer using this
2021-01-13 16:54:18 +01:00
David Lechner and David Lechner
3a66b8e053
api: add type hints for v2
...
This adds PEP 561 style type hints for Pybricks v2 (just EV3).
2020-12-28 18:47:04 -06:00
David Lechner
70cc605b56
config: update version to 3.0
...
We are working on the v3.0 release now.
2020-06-17 13:04:06 -05:00
David Lechner
342e312abb
v2.0.0
2020-05-06 15:19:54 -05:00
David Lechner
69c6a6458e
v2.0.0b5
2020-04-14 15:25:04 -05:00
David Lechner
e3d0d51c9f
config: drop versioneer
...
This removes versioneer for versioning. The version depends on the
pybricks-micropython version targeted so it doesn't make sense to use
automatic versioning here.
2020-03-18 17:30:42 -05:00
David Lechner
3e8f311860
config: drop setup.py
...
poetry is used for build system, so setup.py is no longer needed
2020-03-18 17:19:48 -05:00
David Lechner
d97b15c23d
poetry: move dev dependencies
...
Development depedencies should be categoriezed as such, otherwise users who install the stubs package will also get these depedencies.
2020-03-06 11:39:49 -06:00
Laurens Valk
e0ec45b58d
config: relax poetry Python version
...
Allow older Python versions to support older CI configs.
2020-03-05 11:26:59 +01:00
Laurens Valk
674a7f3e9d
config: switch from pipenv to poetry
...
RTD does not support pipenv
2020-03-05 10:36:46 +01:00