Skip to content

Commit

Permalink
Make examples HTML build deterministic by removing the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jun 6, 2016
1 parent c9767eb commit 19868a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ examples: PYTHONPATH = .
examples:
PYTHONPATH=.
bin/yaml2rst examples/main.yml examples/main.rst
rst2html --stylesheet=examples/demo.css examples/main.rst > examples/main.html
rst2html --stylesheet=examples/demo.css examples/main.rst | grep --invert-match --fixed-strings '<meta name="generator"' > examples/main.html
rst2html --stylesheet=examples/demo.css tests/patternsTest.rst > tests/patternsTest.html

#-- interaction with PyPI
Expand Down
1 change: 0 additions & 1 deletion examples/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.11: http://docutils.sourceforge.net/" />
<title>collectd</title>
<style type="text/css">

Expand Down

0 comments on commit 19868a2

Please sign in to comment.