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

Only exclude mkdocs config YAML files. #117

Merged
merged 5 commits into from
Sep 7, 2023

Conversation

garthompson
Copy link
Contributor

There was a blanket exclusion of all YAML files introduced to fix issue #9. There are certain use-cases where non-mkdocs YAML files should be included in the documentation - e.g. OpenAPI spec files.

This change only excludes YAML files that are marked as mkdocs config file for the repo being imported.

This passes the existing test "Make sure imported repo's mkdocs.yml isn't in build output".

Fix for issue #107

There was a blanket exclusion of all YAML files introduced to fix
issue jdoiro3#9. There are certain use-cases where non-mkdocs YAML files
should be included in the documentation - e.g. OpenAPI spec files.

This change only excludes YAML files that are marked as mkdocs
config file for the repo being imported.

This passes the existing test "Make sure imported repo's mkdocs.yml
isn't in build output".

Fix for issue jdoiro3#107
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

Version Number Check

Version has been updated in pyproject.toml.

@jdoiro3
Copy link
Owner

jdoiro3 commented Sep 6, 2023

There seems to be an issue with an action I'm using. Will investigate later.

snok/install-poetry#131

@jdoiro3
Copy link
Owner

jdoiro3 commented Sep 7, 2023

@garthompson - can you update the CHANGELOG? I'll merge the PR after that and create a new release.

@jdoiro3 jdoiro3 merged commit edb63a3 into jdoiro3:main Sep 7, 2023
14 checks passed
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