We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, the images in the readme.md have to also be in the docs folder for the paths to be solved correctly when generating the docs with sphinx.
One copy of the images should be fine.
Find some way to make sphinx search the repo root not only the docs folder. or alternative find mutually compatible path where to store the images.
Look at readme on github and docs online or locally via make html in the docs folder.
make html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Problem Description
Right now, the images in the readme.md have to also be in the docs folder for the paths to be solved correctly when generating the docs with sphinx.
Expected Behavior
One copy of the images should be fine.
What Needs to be Done
Find some way to make sphinx search the repo root not only the docs folder. or alternative find mutually compatible path where to store the images.
How Can It Be Tested or Reproduced
Look at readme on github and docs online or locally via
make html
in the docs folder.The text was updated successfully, but these errors were encountered: