Simon Hausmann
b9c82876c8
cppdocs: Switch from pipenv to uv
...
uv is generally faster than pip, and we save ourselves the step of installing/upgrading that in the CI.
2025-07-11 08:31:41 +02:00
Simon Hausmann
77f0cd9eac
Fix license header check for Pipfiles
2024-03-07 10:08:12 +01:00
Simon Hausmann
d918bc217b
Fix C++ docs build
...
Pin sphinx to the previous release due to
https://github.com/sphinx-doc/sphinx/issues/11605
2023-08-17 09:22:52 +02:00
Simon Hausmann
246541f44a
Prospective fix for pipenv errors about invalid specifiers
...
PEP 508 requires a comparator for version_one, so specify some.
2023-06-27 10:13:39 +02:00
Olivier Goffart
11dea135f7
Domain: slint-ui.com -> slint.dev
2023-06-16 10:55:08 +02:00
Olivier Goffart
88f9d0aed5
Slint docs style cleanups
...
- refresh copyright
- link to slint-ui.com
- add footer icons
2023-03-23 12:23:31 +01:00
Simon Hausmann
4af7ea8ab7
Switch to the Furo theme for the Slint Language and C++ documentation
2023-03-23 09:34:16 +01:00
Olivier Goffart
0c7ad1aa41
Unpin the markdown dep
...
Because https://github.com/ryanfox/sphinx-markdown-tables/issues/36 was
fixed, and now the workaround is actually causing an error
2022-07-25 12:03:43 +02:00
Olivier Goffart
dd5adebcdc
C++ docs: pin the markdown version to fix build error in CI:
...
```
Extension error (sphinx_markdown_tables):
Handler <function process_tables at 0x7fcce7e1dc10> for event 'source-read' threw an exception (exception: __init__() missing 1 required positional argument: 'config')
```
2022-07-18 15:51:14 +02:00
Olivier Goffart
ec483e500e
Pin all pythin depeds in order to attempt to fix the C++ docs
2022-07-18 15:24:58 +02:00
Simon Hausmann
0b118577da
Pin markdown tables extension
...
There was an api change, so pin to the previous version for now.
Prospective fix for nightly build failure.
We should probably pin all dependencies (at least semver style) - it’s a miracle this hasn’t broken earlier :)
2022-07-16 09:30:37 +02:00
Tobias Hunger
4230ac2572
Update copyright information to reflect name change
...
Also run resue over the codebase and fix complaints from that tool.
2022-02-09 10:27:47 +01:00
Tobias Hunger
c2d4924294
Use new logo in C++ docs
2022-02-03 14:27:15 +01:00
Tobias Hunger
842f75e653
[reorg]: Move api/sixtyfps-rs/sixtyfps-* into api/rs
2022-01-31 18:24:33 +01:00