Revision dbee5c92

b/Makefile.am
82 82
	devel \
83 83
	doc \
84 84
	doc/examples \
85
	doc/examples/css \
85 86
	doc/examples/gnt-debug \
86 87
	doc/examples/hooks \
87 88
	test/data/htools \
......
584 585
doc/html/index.html: $(docrst) doc/conf.py configure.ac \
585 586
	$(RUN_IN_TEMPDIR) lib/build/sphinx_ext.py \
586 587
	lib/build/shell_example_lexer.py lib/opcodes.py lib/ht.py \
588
	doc/css/style.css \
587 589
	| $(BUILT_PYTHON_SOURCES)
588 590
	@test -n "$(SPHINX)" || \
589 591
	    { echo 'sphinx-build' not found during configure; exit 1; }
......
812 814
	tools/vcluster-setup.in \
813 815
	$(docrst) \
814 816
	doc/conf.py \
817
	doc/css/style.css \
815 818
	doc/html \
816 819
	$(BUILT_EXAMPLES:%=%.in) \
817 820
	doc/examples/ganeti.default \
b/doc/conf.py
134 134
# Add any paths that contain custom static files (such as style sheets) here,
135 135
# relative to this directory. They are copied after the builtin static files,
136 136
# so a file named "default.css" will overwrite the builtin "default.css".
137
html_static_path = []
137
html_static_path = ["css"]
138

  
139
html_style = "style.css"
138 140

  
139 141
# If not "", a "Last updated on:" timestamp is inserted at every page bottom,
140 142
# using the given strftime format.
b/doc/css/style.css
1
@import url(default.css);
2

  
3
a.external {
4
  /* Based on MediaWiki's monobook skin (licenced as GPL) */
5
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs%2B9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB%2FIkeGOrxXhqB%2BuA9Bfcm0lAZuh%2BYIeAD%2BcAqSz4kCMUAAAAASUVORK5CYII%3D") no-repeat scroll right center transparent;
6
  padding-right: 13px;
7
}

Also available in: Unified diff