We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4774bfb commit ca6f534Copy full SHA for ca6f534
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
32
mkdir deploy
33
mv _build_doxygen/html deploy/doxygen
34
- mv _build_sphinx/html deploy/sphinx
+ mv _build_sphinx/html/* deploy
35
36
- name: Setup pages
37
if: github.event_name != 'pull_request'
README.md
@@ -1,6 +1,6 @@
1
# Zephyr Example Application
2
3
-<a href="https://zephyrproject-rtos.github.io/example-application/sphinx">
+<a href="https://zephyrproject-rtos.github.io/example-application">
4
<img alt="Documentation" src="https://img.shields.io/badge/documentation-3D578C?logo=sphinx&logoColor=white">
5
</a>
6
<a href="https://zephyrproject-rtos.github.io/example-application/doxygen">
0 commit comments