From fcf511fd154c630933f004427c2f9ced4e342f82 Mon Sep 17 00:00:00 2001 From: Renata Imai Date: Tue, 29 Oct 2024 15:36:56 -0300 Subject: [PATCH] . --- .github/workflows/documentation.yml | 1 + docs/source/_static/custom.css | 15 --------------- docs/source/_templates/navigation_header.html | 18 ++++++++++-------- 3 files changed, 11 insertions(+), 23 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bad2dacf5..650ce0973 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -61,6 +61,7 @@ jobs: sphinx-build -b html docs/source docs/build python3 -m zipfile -c AequilibraE.zip docs/build cp AequilibraE.zip docs/source/_static + cp qaequilibrae/large_icon.png docs/source/_static/large_icon.png cd docs make html diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index faeef428d..39048ce97 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -9,18 +9,3 @@ .bd-links__title[role="heading"][aria-level="1"] { display: none; } - -.navbar-header-items .active { - text-decoration: none; - border: none; - - background-color: goldenrod; - color: white; - padding: 5px 10px; - border-radius: 15px; -} - -/* .nav-item .current .active { - text-decoration: none; - border-bottom: none; -} */ \ No newline at end of file diff --git a/docs/source/_templates/navigation_header.html b/docs/source/_templates/navigation_header.html index b4a4213a5..7853637f5 100644 --- a/docs/source/_templates/navigation_header.html +++ b/docs/source/_templates/navigation_header.html @@ -7,33 +7,36 @@ @@ -55,5 +58,4 @@ }); - - \ No newline at end of file + \ No newline at end of file