How are you running the docker container? You need to run docker run --rm -v /absolute/path/to/SYMPY_ROOT:/sympy sympy_htmldoc
where you replace /absolute/path/to/SYMPY_ROOT with the path to your sympy git clone directory. Or alternatively, you can just install the docs dependencies directly to your local environment and build without using docker. Aaron Meurer On Wed, Jan 31, 2024 at 1:43 AM Shishir Kushwaha <[email protected]> wrote: > > I was trying to build documentation using docker and on running the commands > mentioned in the documentation , I was getting this error . > > /usr/local/bin/makehtml.sh: line 7: cd: /sympy/doc: No such file or directory > make: *** No rule to make target 'html'. Stop. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/1a978660-0dd2-49d8-8478-185ad7175ed3n%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6LmwVGPgdtXzS5bVcpsj1d%3DhN%3De1Z__3uBoBCjctNENtA%40mail.gmail.com.
