Page 1 of 1

Sphinx

Posted: Wed Sep 21, 2016 9:49 am
by Kill
Hello!

Is it possible to generate the wiki offline?(SourcePython dev docs)

Re: Sphinx

Posted: Wed Sep 21, 2016 10:09 am
by Ayuto
Yes, it is! Checkout the "Contributing" page:
http://wiki.sourcepython.com/contributi ... o-the-wiki

Re: Sphinx

Posted: Wed Sep 21, 2016 10:49 am
by Kill
Ayuto wrote:Yes, it is! Checkout the "Contributing" page:
http://wiki.sourcepython.com/contributi ... o-the-wiki



Awesome, thanks!

There is some warnings when the build process is complete:

Code: Select all

[SP] Encountered a Warning:
  File '..addons\source-python\packages\site-packages\sphinx\util\pycompat.py', line 108: DeprecationWarning
    'U' mode is deprecated


[SP] Encountered a Warning:
  File '..addons\source-python\packages\site-packages\docutils\io.py', line 236: DeprecationWarning
    'U' mode is deprecated

Re: Sphinx

Posted: Wed Sep 21, 2016 11:08 am
by Ayuto
Yes, but it's up to the Sphinx and Doc Utils devlopers to fix those.