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

25-bug-build-fails-after-adding-html-to-override-default-behavior #26

Conversation

bendhouseart
Copy link
Contributor

Closes issue #25

Works on my machine:

(venv) execution-spec % mkdocs serve
ERROR   -  Config value 'theme': The path set in custom_dir ('/Users/galassiae/Projects/execution-spec/docs/overrides') does not exist.

Aborted with a configuration error!
(venv) execution-spec % ls
BIDS_logo			LICENSE				md_link_check_config.json	npm-requirements.txt		requirements.txt		tools
CITATION.cff			README.md			mkdocs.yml			overrides			src				venv
(venv) execution-spec % vim mkdocs.yml 
(venv) execution-spec % mkdocs serve  
INFO    -  Building documentation...
INFO    -  Cleaning site directory
INFO    -  The following pages exist in the docs directory, but are not included in the "nav" configuration:
             - index.md
INFO    -  Doc file 'scope.md' contains a link './CHANGELOG.md#0.1.0.dev', but the doc 'CHANGELOG.md' does not contain an anchor '#0.1.0.dev'.
INFO    -  Documentation built in 0.23 seconds
INFO    -  [15:30:28] Watching paths for changes: 'src', 'mkdocs.yml'
INFO    -  [15:30:28] Serving on http://127.0.0.1:8000/execution-spec/
WARNING -  [15:30:39] "GET / HTTP/1.1" code 302
INFO    -  [15:30:39] Browser connected: http://localhost:8000/execution-spec/
^CINFO    -  Shutting down...
(venv) execution-spec % git status
On branch 25-bug-build-fails-after-adding-html-to-override-default-behavior
Your branch is up to date with 'origin/25-bug-build-fails-after-adding-html-to-override-default-behavior'.

Will close an merge as there's no CI check ATM.

@bendhouseart bendhouseart linked an issue Jun 20, 2024 that may be closed by this pull request
@bendhouseart bendhouseart self-assigned this Jun 20, 2024
@bendhouseart bendhouseart merged commit d77ffb4 into main Jun 20, 2024
5 checks passed
@bendhouseart bendhouseart deleted the 25-bug-build-fails-after-adding-html-to-override-default-behavior branch June 20, 2024 19:35
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.

[BUG] Build Fails After Adding html to Override Default Behavior
1 participant