[Bug 954718] [NEW] Make sphinx-build work correctly
![](https://secure.gravatar.com/avatar/302981e3ee59dceb68255c1b5b43bcc2.jpg?s=120&d=mm&r=g)
Public bug reported: There is an issue running sphinx-build now, because this function in conf.py def index_html(): import errno cwd = os.getcwd() try: os.chdir('build/sphinx/html') os.symlink('README.html', 'index.html') print 'index.html -> README.html' except OSError as error: if error.errno != errno.EEXIST: raise finally: os.chdir(cwd) tries to chdir to a directory which doesn't exist yet. Fixing this process should also make the doc building on readthedocs. ** Affects: mailman Importance: Undecided Status: New ** Tags: mailman3 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/954718 Title: Make sphinx-build work correctly To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954718/+subscriptions
![](https://secure.gravatar.com/avatar/302981e3ee59dceb68255c1b5b43bcc2.jpg?s=120&d=mm&r=g)
** Branch linked: lp:~andrea-crotti-0/mailman/conf_py -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/954718 Title: Make sphinx-build work correctly To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954718/+subscriptions
![](https://secure.gravatar.com/avatar/031fa789760b3cb029cab60ae8f16d05.jpg?s=120&d=mm&r=g)
The branch was merged but this bug wasn't marked Fixed Released. It was included in 3.0b1. ** Changed in: mailman Status: New => Fix Released -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/954718 Title: Make sphinx-build work correctly To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/954718/+subscriptions
participants (2)
-
Andrea Crotti
-
Barry Warsaw