Skip to content

Conversation

@neilkatin
Copy link

This PR is in reference to issue 1202; it is a one line change to the docs to include the required sphinx theme.

@RogerSelwyn
Copy link
Contributor

RogerSelwyn commented Jan 1, 2026

@alejcas this looks fine for me

@neilkatin for reference you don’t need to check-in content from the docs/latest directory tree, that is auto generated

@neilkatin
Copy link
Author

My apologies. Any objections if I make a .gitignore file for the auto-generated documents?

@RogerSelwyn
Copy link
Contributor

My apologies. Any objections if I make a .gitignore file for the auto-generated documents?

Don’t do that, because they are generated and added to the repository through a git commit. If you ignore them, then they won’t get committed.

@RogerSelwyn
Copy link
Contributor

I’ll try and see if it would work with a gitignore and then committing with git add —force

@RogerSelwyn
Copy link
Contributor

As I have re-remembered, you can't .gitignore files that are already tracked. The content of /docs/latest need to be tracked since that is where Sphinx build the docs to and where they are presented from.

I suspect this could be managed through a pre-commit hook, but not sure I know how to do that. It doesn't really matter too much anyway, since they will get rebuilt at merge time anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants