Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix readthedocs build errors #74

Open
mwartell opened this issue Dec 7, 2023 · 1 comment
Open

fix readthedocs build errors #74

mwartell opened this issue Dec 7, 2023 · 1 comment
Assignees
Labels

Comments

@mwartell
Copy link
Collaborator

mwartell commented Dec 7, 2023

Branch master currently fails because:

python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file tools/mkdocs.yml
ERROR   -  Config value 'theme': Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs
ERROR   -  Config value 'plugins': The "exclude" plugin is not installed

It likely needs a

pip install mkdocs-material mkdocs-exclude

but it is not immediately obvious where to put them.

@mwartell mwartell self-assigned this Dec 20, 2023
@treubig26
Copy link
Collaborator

I believe we need to add the additional package requirements to https://github.com/twosixlabs/armory-library/blob/master/.readthedocs.yaml (following https://docs.readthedocs.io/en/stable/config-file/v2.html#packages).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants