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

RTD Build errors #6736

Closed
johnsaigle opened this issue Jun 15, 2020 · 1 comment · Fixed by #6667
Closed

RTD Build errors #6736

johnsaigle opened this issue Jun 15, 2020 · 1 comment · Fixed by #6667
Assignees
Labels
Category: Bug PR or issue that aims to report or fix a bug Category: Documentation PR or issue that aims to improve the documentation (test plans, wiki, comments...)

Comments

@johnsaigle
Copy link
Contributor

ERROR - Error reading page 'wiki/99 - Developers/LORIS-REST-API-0.0.2.md': [Errno 2] No such file or directory: '/home/docs/checkouts/readthedocs.org/user_builds/acesloris/checkouts/latest/docs/wiki/99 - Developers/LORIS-REST-API-0.0.2.md'
Traceback (most recent call last):
File "/home/docs/.pyenv/versions/3.7.3/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/home/docs/.pyenv/versions/3.7.3/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/mkdocs/main.py", line 202, in
cli()
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/mkdocs/main.py", line 163, in build_command
), dirty=not clean)
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/mkdocs/commands/build.py", line 274, in build
_populate_page(file.page, config, files, dirty)
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/mkdocs/commands/build.py", line 170, in _populate_page
page.read_source(config)
File "/home/docs/checkouts/readthedocs.org/user_builds/acesloris/envs/latest/lib/python3.7/site-packages/mkdocs/structure/pages.py", line 129, in read_source
with io.open(self.file.abs_src_path, 'r', encoding='utf-8-sig', errors='strict') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/docs/checkouts/readthedocs.org/user_builds/acesloris/checkouts/latest/docs/wiki/99 - Developers/LORIS-REST-API-0.0.2.md'

@johnsaigle johnsaigle added Category: Bug PR or issue that aims to report or fix a bug Category: Documentation PR or issue that aims to improve the documentation (test plans, wiki, comments...) labels Jun 15, 2020
@laemtl
Copy link
Contributor

laemtl commented Jul 2, 2020

Fixed in #6667

@laemtl laemtl self-assigned this Jul 2, 2020
driusan pushed a commit that referenced this issue Aug 6, 2020
Fixes merge conflicts in the wiki (99 - Developers should not exists).
Fixes several errors including some which prevents the Loris ReadTheDocs to compile
(last compiled version is 4 months old now).

Demo: https://loris-dev.readthedocs.io/en/latest

Docs is now part of the breadcrumb. I can probably find a way to remove it if that's undesirable.
Symlinks are problematic (and as pointed here, not really useful) as we need (for now) to use relative links across all the documentation to avoid broken links.

    Resolves #6209
    Resolves #6329
    Resolves #6545
    Resolves #6622
    Resolves #6623
    Resolves #6737
    Resolves #6736
spell00 pushed a commit to spell00/Loris that referenced this issue Aug 13, 2020
Fixes merge conflicts in the wiki (99 - Developers should not exists).
Fixes several errors including some which prevents the Loris ReadTheDocs to compile
(last compiled version is 4 months old now).

Demo: https://loris-dev.readthedocs.io/en/latest

Docs is now part of the breadcrumb. I can probably find a way to remove it if that's undesirable.
Symlinks are problematic (and as pointed here, not really useful) as we need (for now) to use relative links across all the documentation to avoid broken links.

    Resolves aces#6209
    Resolves aces#6329
    Resolves aces#6545
    Resolves aces#6622
    Resolves aces#6623
    Resolves aces#6737
    Resolves aces#6736
AlexandraLivadas pushed a commit to AlexandraLivadas/Loris that referenced this issue Jun 15, 2021
Fixes merge conflicts in the wiki (99 - Developers should not exists).
Fixes several errors including some which prevents the Loris ReadTheDocs to compile
(last compiled version is 4 months old now).

Demo: https://loris-dev.readthedocs.io/en/latest

Docs is now part of the breadcrumb. I can probably find a way to remove it if that's undesirable.
Symlinks are problematic (and as pointed here, not really useful) as we need (for now) to use relative links across all the documentation to avoid broken links.

    Resolves aces#6209
    Resolves aces#6329
    Resolves aces#6545
    Resolves aces#6622
    Resolves aces#6623
    Resolves aces#6737
    Resolves aces#6736
AlexandraLivadas pushed a commit to AlexandraLivadas/Loris that referenced this issue Jun 29, 2021
Fixes merge conflicts in the wiki (99 - Developers should not exists).
Fixes several errors including some which prevents the Loris ReadTheDocs to compile
(last compiled version is 4 months old now).

Demo: https://loris-dev.readthedocs.io/en/latest

Docs is now part of the breadcrumb. I can probably find a way to remove it if that's undesirable.
Symlinks are problematic (and as pointed here, not really useful) as we need (for now) to use relative links across all the documentation to avoid broken links.

    Resolves aces#6209
    Resolves aces#6329
    Resolves aces#6545
    Resolves aces#6622
    Resolves aces#6623
    Resolves aces#6737
    Resolves aces#6736
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Bug PR or issue that aims to report or fix a bug Category: Documentation PR or issue that aims to improve the documentation (test plans, wiki, comments...)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants