Yes that's what I did , I followed the steps mentioned in the documentation and got this error . However trying to build the docs with sphinx with a seperate command was successfull , I'm trying to figure out what to do next . On Thursday 1 February 2024 at 00:53:11 UTC+5:30 [email protected] wrote:
> 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/b4fd809f-fb9b-4213-8815-ea5a341dd906n%40googlegroups.com.
