From a591a2494ba70949f10c4629b1bbbdc822879014 Mon Sep 17 00:00:00 2001 From: Simon Holesch Date: Mon, 27 Nov 2023 23:20:14 +0100 Subject: [PATCH] Docs: Add google search console verification code The not-my-board documentation is still not indexed by google. Maybe the search console can ive me a hint what's wrong. --- doc/conf.py | 5 +++++ doc/googlef248cffc234a230d.html | 1 + 2 files changed, 6 insertions(+) create mode 100644 doc/googlef248cffc234a230d.html diff --git a/doc/conf.py b/doc/conf.py index 501bfb2..6d62f83 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -31,3 +31,8 @@ # exclude prompts and output from copies copybutton_exclude = ".linenos, .gp, .go" + +# add search console verification +html_extra_path = [ + "googlef248cffc234a230d.html" +] diff --git a/doc/googlef248cffc234a230d.html b/doc/googlef248cffc234a230d.html new file mode 100644 index 0000000..50316a6 --- /dev/null +++ b/doc/googlef248cffc234a230d.html @@ -0,0 +1 @@ +google-site-verification: googlef248cffc234a230d.html \ No newline at end of file