Commit Graph

7 Commits (0b8011436dc7f842b78298848e298f2a57ee8d78)

Author SHA1 Message Date
Jeremy Audet 5cac8efd73 Make "make webdocs" compatible with Python 3
The `webdocs` make target fails under Python 3. It fails due to a variety of
syntax errors, such as the use of `except Foo, e` and `print 'foo'`. Fix #13463
by making code compatible with both Python 2 and 3.
9 years ago
Michael Scherer de031c84d5 Remove unused if/else clause, since it doesn't change anything 10 years ago
Maykel Moya 5ba0e7477e Fix path to index.html when launching browser 11 years ago
Michael DeHaan 0cd09dd54f Remove extra "latest/" subdirectory in docs build structure. 11 years ago
Michael DeHaan e63dac15eb Moving some more files into snapshot directory 11 years ago
Tim Bielawa badb41390e Update the Makefile and build-site.py to notify of missing dependencies for doc compiling 11 years ago
Michael DeHaan d6e4b1bf5b Subtree merge of ansible-docs 12 years ago