I found this thread while looking for the same thing... Maybe there is a 
solution, but I only found the building blocks, I did not try it.

In principle, the flow could be as follows:

   1.  the combination of proper commands in .gitlab-ci.yml 
   <http://doc.gitlab.com/ce/ci/yaml/README.html> (follow link for docs..) 
   should allow you to build your docs quite easily
   2. I found this 
<https://pypi.python.org/pypi/sphinxcontrib-restbuilder>sphinx 
   extension that should allow to output sphinx files as ReStructured text
   3. finally, you could push the docs in ReSt format directly to the wiki 
   repo, maybe also from within .gitlab-ci.yml 
   <http://doc.gitlab.com/ce/ci/yaml/README.html> but I'm not sure this is 
   allowed/possible.

I'll keep you posted if I manage to do it...


On Wednesday, May 21, 2014 at 11:19:27 AM UTC+2, Jochen Kursawe wrote:
>
> Hello,
>
> I have a some python code and autogenerate an api using sphinx - is there 
> a way to automatically build the sphinx pages in gitlab and then link them 
> from within the wiki? That would be extremely useful for me!
>
> All the best,
>
> Jochen 
>

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/4e477cb0-fb96-40ed-b491-789feb692862%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to