Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
919eb1fb
Commit
919eb1fb
authored
Jan 08, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'docsite-css' of
git://github.com/sivel/ansible
into docsite_css
parents
c408bcea
07a4fe1b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
docsite/.gitignore
+1
-0
docsite/Makefile
+7
-4
docsite/_themes/srtd/layout.html
+0
-3
docsite/_themes/srtd/static/css/theme.css
+0
-0
docsite/_themes/srtd/theme.conf
+1
-1
No files found.
docsite/.gitignore
View file @
919eb1fb
...
...
@@ -12,3 +12,4 @@ ansible*.xml
objects.inv
.doctrees
rst/modules/*.rst
*.min.css
docsite/Makefile
View file @
919eb1fb
...
...
@@ -4,13 +4,13 @@ FORMATTER=../hacking/module_formatter.py
all
:
clean docs
docs
:
clean modules
docs
:
clean modules
staticmin
./build-site.py
viewdocs
:
clean
viewdocs
:
clean
staticmin
./build-site.py view
htmldocs
:
htmldocs
:
staticmin
./build-site.py rst
clean
:
...
...
@@ -18,6 +18,8 @@ clean:
-
rm
-f
.buildinfo
-
rm
-f
*
.inv
-
rm
-rf
*
.doctrees
@
echo
"Cleaning up minified css files"
find
.
-type
f
-name
"*.min.css"
-delete
@
echo
"Cleaning up byte compiled python stuff"
find
.
-regex
".*
\.
py[co]
$$
"
-delete
@
echo
"Cleaning up editor backup files"
...
...
@@ -29,4 +31,5 @@ clean:
modules
:
$(FORMATTER) ../hacking/templates/rst.j2
PYTHONPATH
=
../lib
$(FORMATTER)
-t
rst
--template-dir
=
../hacking/templates
--module-dir
=
../library
-o
rst/
staticmin
:
cat
_themes/srtd/static/css/theme.css | sed
-e
's/^[ \t]*//g; s/[ \t]*$$//g; s/\([:{;,]\) /\1/g; s/ {/{/g; s/\/\*.*\*\///g; /^$$/d'
| sed
-e
:a
-e
'$$!N; s/\n\(.\)/\1/; ta'
>
_themes/srtd/static/css/theme.min.css
docsite/_themes/srtd/layout.html
View file @
919eb1fb
...
...
@@ -118,9 +118,6 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
#search-box-id
{
padding-right
:
25px
;
}
.wy-nav-content
{
max-width
:
1024px
;
}
</style>
</head>
...
...
docsite/_themes/srtd/static/css/theme.css
View file @
919eb1fb
This source diff could not be displayed because it is too large. You can
view the blob
instead.
docsite/_themes/srtd/theme.conf
View file @
919eb1fb
[
theme
]
inherit
=
basic
stylesheet
=
css
/
theme
.
css
stylesheet
=
css
/
theme
.
min
.
css
[
options
]
typekit_id
=
hiw1hhg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment