From 5c88a3bb18345a8e8f3efc68187c3f818bfe2a78 Mon Sep 17 00:00:00 2001 From: Harrand Date: Sun, 3 Nov 2024 19:04:00 +0000 Subject: [PATCH] [docs] remove unnecessarily massive horizontal margin, and add directory for images (currently empty) --- .gitignore | 1 + docs/Doxyfile | 2 +- docs/doxygen-awesome.css | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f47839276..7a7586981a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Topaz Specific Ignores cpl/ docs/*/ +!docs/images bin/ extern/ build/ diff --git a/docs/Doxyfile b/docs/Doxyfile index be59169b83..d013fb934e 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -1120,7 +1120,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = +IMAGE_PATH = ./images # The INPUT_FILTER tag can be used to specify a program that Doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program diff --git a/docs/doxygen-awesome.css b/docs/doxygen-awesome.css index 99ead768b3..415de70758 100644 --- a/docs/doxygen-awesome.css +++ b/docs/doxygen-awesome.css @@ -73,7 +73,7 @@ html { /* content text properties. These only affect the page content, not the navigation or any other ui elements */ --content-line-height: 27px; /* The content is centered and constraint in it's width. To make the content fill the whole page, set the variable to auto.*/ - --content-maxwidth: 1050px; + --content-maxwidth: auto; --table-line-height: 24px; --toc-sticky-top: var(--spacing-medium); --toc-width: 200px;