-
Notifications
You must be signed in to change notification settings - Fork 10
Doc build throws an error on pandoc in docker machine #201
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
Comments
Additionally, the documentation at https://htmap.readthedocs.io/en/latest/devs/env.html#building-the-docs is out of date. |
Ah, dependency management, my old nemesis... I think those instructions will work as long as you can actually do a bare-metal install of HTMap on your machine, which is really only convenient on Linux. For non-Linux users, I'd like to provide a Dockerfile and associated run script which "does the right" thing, which in my mind means serving up the docs via |
I was in the Docker machine (the first line is
I'd prefer to get |
There's a root user in the container, but no way to become them or use sudo. So, not unexpected -
I guess I was thinking of of this in terms of keeping the test container clean, but it's pretty messy anyway, and I like the idea of providing a single entrypoint for "working on HTMap". |
@stsievert branch |
Yup, both approaches worked for me: $ ./dr bash
# ...
mapper@dfa0e19cf84e:~/htmap/docs$ make html
# completed successfully I have some documentation improvements in #202. |
Describe the bug
I build the docs with the Docker image (as mentioned in #191 (comment)). This produces an error.
To Reproduce
Expected behavior
I expect
make html
to produce HTML files indocs/build/html
.Software Versions:
HTMap is on master; this is from the
./dr bash
.Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: