← Back to team overview

yade-dev team mailing list archive

[Bug 1135732] Re: build of documentation is not correct

 

Fixed in:
https://github.com/yade/trunk/commit/1e6c9ca4c967c2575c852ce4aad70123304de5aa

I'm not quite happy with this fix. A problem is that the continuation string is no longer customizable in conf.py.
It is hardcoded as "   ...:" (3 spaces) in ipython_directives, while yade has 5 spaces. Unless we drag our own version of ipython_directives013.py, we will have to live with that.
I fixed sections in the rst files to use 3 spaces everywhere, I hope nothing is left behind.
Directives <= 0.12 are a more flexible and they still work whatever the number of spaces.

** Changed in: yade
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1135732

Title:
  build of documentation is not correct

Status in Yet Another Dynamic Engine:
  Fix Released

Bug description:
  the following code is not built correctly by build-bot:

  .. ipython::

          @suppress

  e.g. see here:

  https://yade-dem.org/doc/user.html#

  when creating offline documentation, everthing looks ok.
  also i tried different browsers (konqueror and iceweasel): offline doc is ok, online doc is not ok

  maybe ipython is not installed on build-bot?

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1135732/+subscriptions


References