Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
[MILESTONE] Merge features from 'devmarble'
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bless committed Sep 25, 2015
1 parent a2e4798 commit 36284dc
Show file tree
Hide file tree
Showing 40 changed files with 1,081 additions and 334 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module.exports = function(grunt) {
cmd: 'bower update'
},
build_sphinx: {
cmd: 'sphinx-build demo_docs/source demo_docs/build'
cmd: './my-sphinx-build.sh demo_docs/source demo_docs/build'
}
},
clean: {
Expand Down
23 changes: 23 additions & 0 deletions demo_docs/source/1/1/1/1/1/1/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

==========
Page title
==========

-------------
Page subtitle
-------------


.. toctree::
:glob:
:hidden:
:maxdepth: 5
:titlesonly:

*
1/*

Hello
=====

Hello!
24 changes: 24 additions & 0 deletions demo_docs/source/1/1/1/1/1/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

==========
Page title
==========

-------------
Page subtitle
-------------


.. toctree::
:glob:
:hidden:
:maxdepth: 5
:titlesonly:

*
1/*

Hello
=====

Hello!

24 changes: 24 additions & 0 deletions demo_docs/source/1/1/1/1/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

==========
Page title
==========

-------------
Page subtitle
-------------


.. toctree::
:glob:
:hidden:
:maxdepth: 5
:titlesonly:

*
1/*

Hello
=====

Hello!

24 changes: 24 additions & 0 deletions demo_docs/source/1/1/1/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

==========
Page title
==========

-------------
Page subtitle
-------------


.. toctree::
:glob:
:hidden:
:maxdepth: 5
:titlesonly:

*
1/*

Hello
=====

Hello!

23 changes: 23 additions & 0 deletions demo_docs/source/1/1/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

==========
Page title
==========

-------------
Page subtitle
-------------

.. toctree::
:glob:
:hidden:
:maxdepth: 5
:titlesonly:

*
1/*

Hello
=====

Hello!

32 changes: 32 additions & 0 deletions demo_docs/source/1/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

============
Nested Pages
============

-------------
Page subtitle
-------------


.. toctree::
:glob:
:hidden:
:maxdepth: 5
:titlesonly:

*
1/*

.. attention::

Each .toctree directive you use creates another level in the menu.
The file hierarchy on disk has nothing to do with levels
of the main menu.



Hello
=====

Hello!

11 changes: 11 additions & 0 deletions demo_docs/source/Copyright.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:orphan: True


.. _Copyright:

=========
Copyright
=========

Here we go.

14 changes: 14 additions & 0 deletions demo_docs/source/Sitemap.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
:orphan: True

.. only:: html

.. _Sitemap:

=======
Sitemap
=======

.. toctree::

/index

44 changes: 35 additions & 9 deletions demo_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
master_doc = 'index'

# General information about the project.
project = u'Sphinx RTD theme demo'
copyright = u'2013, Dave Snider'
project = u'...'
copyright = u'...'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -166,7 +166,7 @@
#html_show_sphinx = True

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
#html_show_copyright = True
# html_show_copyright = True

# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
Expand Down Expand Up @@ -262,7 +262,6 @@

html_theme_path = [t3SphinxThemeRtd.get_html_theme_path()]


latex_documents = [(
'Index',
't3demodocs.tex',
Expand Down Expand Up @@ -325,7 +324,34 @@
# friendly ?
# sphinx ?

project = u'Sphinx RTD theme demo'
copyright = u'since 2013 by Dave Snider & TYPO3 Documentation Team'
pygments_style = 'sphinx'

html_use_opensearch = 'http://demo_docs.de'

html_last_updated_fmt = '%b %d, %Y %H:%M'

# html_last_updated = <will be set if fmt is given>
# available in the theme for example as 'theme_show_revision'
html_theme_options = {}


### the following is EXAMPLE DATA:

# Rendering on the server?
html_theme_options['docstypo3org'] = True

html_theme_options['github_branch'] = ''
html_theme_options['github_commit_hash'] = 'a2e479886bfa7e866dbb5bfd6aad77355f567db0'
html_theme_options['github_repository'] = "https://github.com/TYPO3-Documentation/t3SphinxThemeRtd",
html_theme_options['github_revision_msg'] = '<a href="https://github.com/TYPO3-Documentation/t3SphinxThemeRtd' + '/commit/' +'a2e479886bfa7e866dbb5bfd6aad77355f567db0' + '" target="_blank">' + 'a2e47988' + '</a>'
html_theme_options['github_sphinx_locale'] = ''
html_theme_options['project_contact'] = '#'
html_theme_options['project_discussions'] = '#'
html_theme_options['project_home'] = '#'
html_theme_options['project_issues'] = '#'
html_theme_options['project_repository'] = '#'
html_theme_options['show_copyright'] = True
html_theme_options['show_last_updated'] = True
html_theme_options['show_revision'] = True
html_theme_options['show_sourcelink'] = True
html_theme_options['show_sphinx'] = True
html_theme_options['use_opensearch'] = 'https://docs.typo3.org/typo3cms/<PROJECTSTART>',
Loading

0 comments on commit 36284dc

Please sign in to comment.