diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d192c8fc..160cec3e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,9 +4,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3.11" + python: latest mkdocs: configuration: mkdocs.yml # Optionally declare the Python requirements required to build your docs diff --git a/docs/FAQ.md b/docs/FAQ.md index b59430a4..1f1f1bc9 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -15,19 +15,19 @@ KlipperScreen was not designed to work with OctoPrint and there are no plans to | Desktop environment | Console | |:------------------------------------------:|:--------------------------------------------:| -| ![de](../img/troubleshooting/desktop.png) | ![boot](../img/troubleshooting/boot.png) | -| Desktop environment | Console | -| ![delog](../img/troubleshooting/delog.png) | ![clilog](../img/troubleshooting/clilog.png) | +| ![de](img/troubleshooting/desktop.png) | ![boot](img/troubleshooting/boot.png) | +| Desktop environment | Console | +| ![delog](img/troubleshooting/delog.png) | ![clilog](img/troubleshooting/clilog.png) | ## Can i use KlipperScreen as a desktop application? Yes, First disable the service: ```shell -sudo systemctl disable KlipperScreen +sudo systemctl disable KlipperScreen ``` and open the application via the menu when you need it. -you can also find the shortcut in `KlipperScreen/scripts/KlipperScreen.desktop` \ No newline at end of file +you can also find the shortcut in `KlipperScreen/scripts/KlipperScreen.desktop` diff --git a/docs/Hardware.md b/docs/Hardware.md index 7f31738b..117e0391 100644 --- a/docs/Hardware.md +++ b/docs/Hardware.md @@ -31,4 +31,4 @@ Follow the manufacturer instructions on how to install your screen. In general i ## Touchscreen touch rotation -[Moved to Touch issues](../Troubleshooting/Touch_issues/#touch-rotation-and-matrix) +[Moved to Touch issues](Troubleshooting/Touch_issues.md#touch-rotation-and-matrix) diff --git a/docs/Installation.md b/docs/Installation.md index b1a35ee9..22c7f9f2 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -9,7 +9,7 @@ Once you have established that the screen is working, then proceed installing Kl ## Setup The installation process is meant for a non-desktop version of the OS for example RaspberryOS Lite, but it should work on other debian derivatives. -[Click to learn how to check if you installed a desktop version](../../FAQ/#how-to-check-if-you-have-a-desktop-environment) +[Click to learn how to check if you installed a desktop version](FAQ.md#how-to-check-if-you-have-a-desktop-environment) If you installed a desktop (GUI version) of the OS and want to run KlipperScreen exclusively then do: ```sh title="Boot to console / KlipperScreen" diff --git a/docs/Troubleshooting/Last_resort.md b/docs/Troubleshooting/Last_resort.md index d7c0cb4e..1d105140 100644 --- a/docs/Troubleshooting/Last_resort.md +++ b/docs/Troubleshooting/Last_resort.md @@ -24,4 +24,4 @@ If it still doesn't work, or you did something else to make it work and want to [Contact us](../Contact.md) -Remember to share the logs, as those aid a lot in the troubleshooting. \ No newline at end of file +Remember to share the logs, as those aid a lot in the troubleshooting.