From be19c30254e9d3f06d11f95188f2d674fa09e932 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 4 Jan 2021 11:55:17 -0300 Subject: [PATCH] Update theme and use new way of specifying gi language in markdown --- markdown/templates/C+JS_FALLBACK.md | 3 +-- markdown/templates/C.md | 2 +- markdown/templates/JS.md | 2 +- markdown/templates/PY.md | 2 +- markdown/tutorials/basic/hello-world.md | 2 +- meson.build | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/markdown/templates/C+JS_FALLBACK.md b/markdown/templates/C+JS_FALLBACK.md index 1fa5988..926e502 100644 --- a/markdown/templates/C+JS_FALLBACK.md +++ b/markdown/templates/C+JS_FALLBACK.md @@ -1,4 +1,3 @@ -
- +
diff --git a/markdown/templates/C.md b/markdown/templates/C.md index 36e0cde..f20a062 100644 --- a/markdown/templates/C.md +++ b/markdown/templates/C.md @@ -1,2 +1,2 @@ -
+
diff --git a/markdown/templates/JS.md b/markdown/templates/JS.md index 3850c01..e04087b 100644 --- a/markdown/templates/JS.md +++ b/markdown/templates/JS.md @@ -1,4 +1,4 @@ -
+
diff --git a/markdown/templates/PY.md b/markdown/templates/PY.md index a08f3ac..6e1a8f0 100644 --- a/markdown/templates/PY.md +++ b/markdown/templates/PY.md @@ -1,4 +1,4 @@ -
+
diff --git a/markdown/tutorials/basic/hello-world.md b/markdown/tutorials/basic/hello-world.md index e4f347f..56e627e 100644 --- a/markdown/tutorials/basic/hello-world.md +++ b/markdown/tutorials/basic/hello-world.md @@ -175,7 +175,7 @@ element, remember) to the `PLAYING` state, thus initiating playback. {{ tutorials/basic-tutorial-1.c[21:26] }} {{ END_LANG.md }} -{{ C.md }} +{{ PY.md }} {{ tutorials/python/basic-tutorial-1.py[26:32] }} {{ END_LANG.md }} diff --git a/meson.build b/meson.build index 34727bf..fd55f51 100644 --- a/meson.build +++ b/meson.build @@ -95,7 +95,7 @@ sitemap = configure_file(command: [sitemap_gen, '@INPUT@', '@OUTPUT@', input: 'sitemap.txt', output: 'sitemap.txt') -html_theme = 'https://github.com/hotdoc/hotdoc_lumen_theme/releases/download/0.9999999/hotdoc_lumen_theme-0.9999999.tar.xz?sha256=ef3b9dd59550c2ba31a7fbcae1f69e6e77147f5e6e224f37a6cb55c162957437' +html_theme = 'https://github.com/hotdoc/hotdoc_lumen_theme/releases/download/0.999999999/hotdoc_lumen_theme-0.999999999.tar.xz?sha256=d4b3a9a4a2c22f1aa3aa9cf5ebf39a704a2716360b1b32353568de78b2c451dc' gstreamer_doc = hotdoc.generate_doc('GStreamer', project_version: apiversion, -- 2.7.4