You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Treat warnings not anymore as errors
There are some sphinx internal warnings that are time consuming to debug
and don't affect the quality of the tutorial page, so we ignore them by
treating warnings as warnings. This is in already done by RTD with the
`--keep-going` flag
* Relax dependency requirements
The current pinned version in the requirements do not work anymore so
new version have been pinned.
* Fix linkchecks
- pipx has been updated
- the underscore explanation link works but somehow is marked as broken
so we replace with an explanation from realpython
- big-map.eu does not work but is sponsor so cannot be replaced/removed
* Update pre-commits hook and run formatter
Update to python 3.11 and update sphinx and subsequent dependencies.
* Add OS to RTD config
* Update how python is specified in the RTD config and version
RTD wants that the version is now specified in the build.tools.
Updated to python 3.12
* Remove pinned python version for black
Uses latest version, also the python version should not matter for a
formatter.
* Update versions in the CI to Python 3.12
Copy file name to clipboardExpand all lines: docs/sections/getting_started/setup.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ AiiDAlab Launch makes it easy to run AiiDA on your own workstation or laptop.
29
29
To use AiiDAlab launch you will have to
30
30
31
31
1.[Install Docker on your workstation or laptop](https://docs.docker.com/get-docker/) and [Manage Docker as a non-root user](https://docs.docker.com/engine/install/linux-postinstall/).
32
-
2. Install AiiDAlab launch with [pipx](https://pypa.github.io/pipx/installation/) (**recommended**):
32
+
2. Install AiiDAlab launch with [pipx](https://pipx.pypa.io/stable/installation/) (**recommended**):
0 commit comments