File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ docs:
1717
1818# after upgrade to sphinx 1.8.5, search.html is missing load of searchtools.
1919# fix that in postprocess
20+ # also sed index.html to properly format meta og:... entries.
2021html : docs
2122 mkdir -p $(TMP ) /doctrees $(HTML )
2223 sphinx-build -n -W -b html -d $(TMP ) /doctrees . $(HTML )
2324 grep ' searchtools.js' html/search.html || sed -i -e ' /language_data.js/s#</script>#</script>\n <script type="text/javascript" src="_static/searchtools.js"></script>#' html/search.html
25+ sed -i -e ' /<meta/s/og\\:/og:/' html/index.html
2426
2527linkcheck :
2628 mkdir -p $(TMP ) /linkcheck $(TMP ) /doctrees
Original file line number Diff line number Diff line change 11Roundup Issue Tracker
22=====================
33
4- .. raw:: foo
5-
6- meta::
4+ .. meta::
75 :title: Roundup Issue Tracker
86 :description: A simple-to-use and -install issue-tracking system
97 with command-line, web, REST, XML-RPC and e-mail interfaces.
108 Adaptable to many uses cases. Allows you to customise the look
119 and feel and implement different workflows.
12- :og:type: website
13- :og:url: https://www.roundup-tracker.org/
14- :og:title: Roundup Issue Tracker
15- :og:description: A simple-to-use and -install issue-tracking system
10+ :og\ :type: website
11+ :og\ :url: https://www.roundup-tracker.org/
12+ :og\ :title: Roundup Issue Tracker
13+ :og\ :description: A simple-to-use and -install issue-tracking system
1614 with command-line, web, REST, XML-RPC and e-mail interfaces.
1715 Adaptable to many uses cases. Allows you to customise the look
1816 and feel and implement different workflows.
19- :og:image: https://www.roundup-tracker.org/_images/index_logged_out.png
17+ :og\ :image: https://www.roundup-tracker.org/_images/index_logged_out.png
2018
2119.. raw:: html
2220
You can’t perform that action at this time.
0 commit comments