From c6906cf0bf54ce5ae73136bc21c28502aa0daf5e Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Wed, 6 Mar 2024 18:47:09 -0500 Subject: [PATCH] Remove diagnostics and ready for merge --- .github/workflows/Docs4NIST.yml | 5 +- docs/_themes/inheritor/static/ntd2d.css_t | 78 ----------------------- docs/_themes/inheritor/theme.conf | 3 - docs/conf.py | 3 +- 4 files changed, 2 insertions(+), 87 deletions(-) delete mode 100644 docs/_themes/inheritor/static/ntd2d.css_t delete mode 100644 docs/_themes/inheritor/theme.conf diff --git a/.github/workflows/Docs4NIST.yml b/.github/workflows/Docs4NIST.yml index 5863e48..16777e5 100644 --- a/.github/workflows/Docs4NIST.yml +++ b/.github/workflows/Docs4NIST.yml @@ -6,12 +6,9 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: usnistgov/Docs4NIST@fix-themes + - uses: usnistgov/Docs4NIST@main with: docs-folder: docs/ formats: |- epub pdf - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 diff --git a/docs/_themes/inheritor/static/ntd2d.css_t b/docs/_themes/inheritor/static/ntd2d.css_t deleted file mode 100644 index b482a3d..0000000 --- a/docs/_themes/inheritor/static/ntd2d.css_t +++ /dev/null @@ -1,78 +0,0 @@ -@import url("sphinxdoc.css"); - - -.dropbtn { - position: fixed; - right: 20px; - bottom: 20px; -} - -.dropdown { - position: fixed; - display: inline-block; - right: 20px; - left: auto; - width: auto; - bottom: 20px; - top: auto; - height: auto; - z-index: 400; -} - -.dropdown-content { - display: none; - position: relative; - background-color: #f1f1f1; - min-width: 160px; - max-width: 250px; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); - z-index: 1; - right: 0px; - left: auto; - bottom: 20px; - padding-left: 10px; - padding-right: 10px; - padding-top: 5px; - padding-bottom: 5px; - font-family: Helvetica; - font-size: smaller; -} - -.dropdown-content h2 { - color: #707070; - font-size: smaller; -} - -.dropdown-content ul { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; -} - -.dropdown-content li { - float: left; -} - -.dropdown-content li a { - color: black; -/* padding: 12px 16px; */ - text-decoration: none; - display: block; - border-bottom: 0px; - text-align: center; - padding-left: 6px; - padding-right: 6px; -} - -.dropdown-content hr { - margin-left: -10px; - width: 100%; - margin-right: -10px; -} - -.dropdown-content a:hover {text-decoration: underline;} - -.dropdown:hover .dropdown-content {display: block;} - -.dropdown:hover .dropbtn {background-color: 'ButtonBorder';} diff --git a/docs/_themes/inheritor/theme.conf b/docs/_themes/inheritor/theme.conf deleted file mode 100644 index 54d2828..0000000 --- a/docs/_themes/inheritor/theme.conf +++ /dev/null @@ -1,3 +0,0 @@ -[theme] -inherit = sphinxdoc -stylesheet = ntd2d.css diff --git a/docs/conf.py b/docs/conf.py index 4e622a9..033f74e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,8 +35,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'inheritor' -html_theme_path = ['_themes'] +html_theme = 'alabaster' html_static_path = ['_static'] html_show_copyright = False