How to Configure "DS User Guide"

How DesignSafe-CI/DS-User-Guide project should use this theme.

Theme Configuration

theme:
  name: tacc_readthedocs
  # "ReadTheDocs" Theme Features
  logo: img/NSF_NHERI-DS.svg
  hljs_languages:
    - python
    - json
  # "TACC" Theme Features
  portal_url: https://designsafe-ci.org/
  portal_name: designsafe-ci.org
  nav_name: User Guide

Custom Styling

extra_css:
  - css/ds-docs.css

Custom JavaScript

extra_javascript:
  - https://polyfill.io/v3/polyfill.min.js?features=es6
  - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js

Try Markdown Extension pymdownx.arithmatex instead of mathjax to render LaTeX math equations.

Unique Markdown Extensions

markdown_extensions:
  - pymdownx.arithmatex:
      generic: true

Untested.