Re: [sympy] Please help me setup documentation

2024-02-01 Thread Aaron Meurer
I'm not sure what's going on then. I just tested the docker container
and it works for me. You may need to delete the container and rebuild
it.

Aaron Meurer

On Thu, Feb 1, 2024 at 1:15 PM Shishir Kushwaha
 wrote:
>
> 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 asme...@gmail.com 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
>>  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 sympy+un...@googlegroups.com.
>> > 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 sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/b4fd809f-fb9b-4213-8815-ea5a341dd906n%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 sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6L7ZUVAPzjiHeDNrZHLhWo-yXVMwfPeMNcjsnBRaHJp1Q%40mail.gmail.com.


Re: [sympy] Please help me setup documentation

2024-02-01 Thread Shishir Kushwaha
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 asme...@gmail.com 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
>  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 sympy+un...@googlegroups.com.
> > 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 sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/b4fd809f-fb9b-4213-8815-ea5a341dd906n%40googlegroups.com.