Closed hkershaw-brown closed 1 year ago
still more to fix with this compare: https://docs.dart.ucar.edu/en/latest/README.html with: https://docs.dart.ucar.edu/en/v10.7.0/README.html
search and flyout menu are missing jQuery
fix on https://github.com/NCAR/DART/compare/main...doc-search-fix
https://docs.dart.ucar.edu/en/doc-search-fix/README.html
@mjs2369 @johnsonbk question: do we want to pin the python requirements? This fix uses whatever the latest sphinx_rtd_theme with the latest sphinx version.
I'm a little confused as to which python requirements we are discussing. Correct me if I'm wrong in this:
We are discussing using either one of two options:
to manually declare the Python requirements for our documentation builds by adding the following section to .readthedocs.yaml:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
use the latest sphinx_rtd_theme , which automatically determines the Python dependencies
Yup you got exactly what I getting Marlee. I think use the latest sphinx_rtd_theme is the way to go, and let rtd take care of dependencies.
Yup you got exactly what I getting Marlee. I think use the latest sphinx_rtd_theme is the way to go, and let rtd take care of dependencies.
Future Helen to past Helen - you should have pinned the dependencies (Oct 3 2023 readthedocs change).
https://readthedocs.org/projects/dart-documentation/builds/22126149/
:bug: 🦉
Describe the bug
This bug: https://github.com/readthedocs/readthedocs.org/issues/10290
FIx is to add a
.readthedocs.yaml
https://docs.readthedocs.io/en/stable/config-file/v2.htmlError Message
e.g. see build https://readthedocs.org/projects/dart-documentation/builds/20552913/ for pull request https://github.com/NCAR/DART/pull/461
Which model(s) are you working with?
Documentation build on readthedocs