A TACC-styled MkDocs theme based on MkDocs' own ReadTheDocs theme.
- Create a repository from our
mkdocs-tacc-client
template. How? - In your new repository:
- Change all instances of
mkdocs-tacc-client
toyour-project-name
. - Change all instances of
MkDocs-TACC
toYour Project Name
. - Rename
mkdocs_tacc_client
directory toyour_project_name
.
- Change all instances of
-
Enter the directory of your MkDocs project e.g.
cd path/to/your/mkdocs/project
-
Install the theme (and optional dependencies) e.g.
pip install "mkdocs-tacc[all]"
Note
We also offer detailed instructions instead.
-
In your
mkdocs.yml
:- Set theme name as
tacc_readthedocs
. - Set typical extensions for this theme.
- Set theme name as
Status | Repository |
---|---|
Active | TACC-Docs wesleyboar/Digital-Rocks-Docs |
Upcoming | DesignSafe-CI/DS-User-Guide |
Potential | TACC/containers_at_tacc TACC/life_sciences_ml_at_tacc |
We welcome contributions. Read "How to Contribute".