← Back to team overview

yade-dev team mailing list archive

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

 

In case it is familiar to somebody, I spotted a problem (I think) in our
sphinx/conf.py:

if yade.runtime.ipython_version<12:
	extensions.append('ipython_directive')
else:
	extensions.append('ipython_directive012')

ipython_directive012 does not work for 0.13 it seems.

Both modules (ipython_directive/ipython_directive012) are shipped in
yade sources although there is a version supported by IPython.

-- 
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:
  New

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