Skip to content

Conversation

linozen
Copy link
Contributor

@linozen linozen commented Jan 16, 2023

No description provided.

Comment on lines 7 to 10
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably mirror our CI configuration, which uses 20.04 and Python 3.6, with a comment stating that these two should be identical.

Copy link
Contributor Author

@linozen linozen Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, that makes sense. Fix incoming.


python:
install:
- requirements: docs/requirements.txt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this file generated? Can you add a comment stating which command was used to generate the file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For sure :) I was thinking of adding the command also to the make docs make instructions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did add it to make docs and created a separate make docs-ci to only run the sphinx build command when testing the generation process in the CI workflow.

@linozen linozen merged commit d4a152c into main Jan 17, 2023
@linozen linozen deleted the rework-docs branch January 17, 2023 10:01
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.

2 participants