lp:~manishsinha/microfiber/fix-hardcoded-sphinx-build-in-usrbin

Created by Manish Sinha (मनीष सिन्हा) and last modified
Get this branch:
bzr branch lp:~manishsinha/microfiber/fix-hardcoded-sphinx-build-in-usrbin
Only Manish Sinha (मनीष सिन्हा) can upload to this branch. If you are Manish Sinha (मनीष सिन्हा) please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

81. By Manish Sinha (मनीष सिन्हा)

Removed the name clash with 'path'. Renamed path to file_path

80. By Manish Sinha (मनीष सिन्हा)

Change os.path.isfile to path.isfile

79. By Manish Sinha (मनीष सिन्हा)

Changed manual filename creation with os.path.join

78. By Manish Sinha (मनीष सिन्हा)

Fixed bugs #847044 where sphinx-build was hardcoded at /usr/bin/sphinx-build

Read the $PATH environment variable. Split it by : character. For every entry append
'sphinx-build' and check whether the file exists. If the file exists, check if it
is executable. If yes, then return the path. If none is found then return None.
The method calling this search method has to handle None return by showing a WARNING

77. By Jason Gerard DeRose

setup should show a warning when documentation cannot be generated due to missing sphinx

76. By Jason Gerard DeRose

Added documentation improvements david and i dicussed during review

75. By Jason Gerard DeRose

Add standard Python-style documentation

74. By Jason Gerard DeRose

Server(url, oauth, basic) => Server(env)

73. By Jason Gerard DeRose

Quick change to _json_body() to allow us to work with config API; fixed live tests for CouchDB 1.1.0

72. By Jason Gerard DeRose

setup.py test now uses dc3 instead of desktopcouch + abstractcouch

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:microfiber
This branch contains Public information 
Everyone can see this information.