]> git.openstreetmap.org Git - nominatim.git/commitdiff
move generated docs to site-html
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 7 Aug 2024 14:48:22 +0000 (16:48 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 7 Aug 2024 14:48:22 +0000 (16:48 +0200)
.gitignore
mkdocs.yml

index 8e91f1e5cd5fe96a1602c5ff6b559e1a83efd600..23bcdb1c6b08a00b8367320430f829be4bba95f6 100644 (file)
@@ -3,6 +3,7 @@
 *.swp
 
 docs/develop/*.png
+site-html
 
 build
 dist
index c5f9b7bde8a40d78c5c25cb4eafd5fe37f0e7195..6c2e3ac836194b2136289825d74841587d957977 100644 (file)
@@ -71,6 +71,7 @@ markdown_extensions:
 extra_css: [extra.css, styles.css]
 exclude_docs: |
     mk_install_instructions.py
+site_dir: site-html
 plugins:
     - search
     - mkdocstrings: