This repository was archived by the owner on Apr 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,11 +61,14 @@ help:
6161versions :
6262 rm python-openflow -rf && mkdir python-openflow
6363 for version in ` echo $( VERSIONS) | sed ' s/,/ /g' ` ; do \
64- git checkout $$ version \
64+ git stash \
65+ && git checkout $$ version \
66+ && git stash pop \
6567 && make SPHINXOPTS=" -A versions=\" $( VERSIONS) \" -A current_version=\" $$ version\" " \
6668 && mv _build/dirhtml python-openflow/$$ version; \
6769 done
6870 cp python-openflow/$(MAIN_REF ) /* python-openflow/ -R
71+ git stash && git checkout master && git stash pop
6972
7073.PHONY : clean
7174clean :
Original file line number Diff line number Diff line change 135135
136136# Add any paths that contain custom themes here, relative to this directory.
137137#html_theme_path = []
138+ html_context = {'project_short_name' : project_short_name }
138139
139140# The name for this set of Sphinx documents.
140141# "<project> v<release> documentation" by default.
175176
176177# Custom sidebar templates, maps document names to template names.
177178#html_sidebars = {}
178- html_sidebars = {'**' : ['globaltoc_sidebar.html' ]}
179179
180180# Additional templates that should be rendered to pages, maps page names to
181181# template names.
Original file line number Diff line number Diff line change @@ -123,10 +123,7 @@ def run(self):
123123 'coverage' ,
124124 'tox' ,
125125 'pip-tools' ,
126- 'Sphinx~=1.5.0' ,
127- 'sphinx-autobuild' ,
128- 'sphinx-rtd-theme' ,
129- 'sphinx_bootstrap_theme~=0.4.0' ,
126+ 'kytos_sphinx_theme' ,
130127 'yala' ,
131128 ],
132129 },
You can’t perform that action at this time.
0 commit comments