You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,24 @@ The built documentation can be accessed [here](https://yahoo.github.io/bullet-do
6
6
7
7
## Building the documentation
8
8
9
-
You need [mkdocs](http://www.mkdocs.org/#installation) installed to build the documentation.
10
-
11
-
This also uses the mkdocs theme : [Cinder](http://sourcefoundry.org/cinder/).
12
-
13
-
Since Cinder has not been upgraded in a while, you will need to bring in changes in this [PR](https://github.com/chrissimpkins/cinder/pull/26) of Cinder found here: [twardoch/clinker-mktheme](https://github.com/twardoch/clinker-mktheme/tree/2016-12-22)
14
-
and add on this fix in this [PR](https://github.com/twardoch/clinker-mktheme/pull/10)
The above commands will install [mkdocs](http://www.mkdocs.org/#installation) along with the mkdocs theme : [Cinder](http://sourcefoundry.org/cinder/).
24
+
25
+
Since Cinder has not been upgraded in a while, it uses the changes in this [PR](https://github.com/chrissimpkins/cinder/pull/26) of Cinder found here: [twardoch/clinker-mktheme](https://github.com/twardoch/clinker-mktheme/tree/master).
26
+
29
27
## Building the examples
30
28
31
29
You will need [Maven 3](https://maven.apache.org/install.html) and [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed to build the examples.
0 commit comments