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
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
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
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
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