diff --git a/README.md b/README.md index e69de29..8087ce1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +CCMMNA +====== + + +Se recomienda el uso del Tema: +~~~ +(venv) $ pip install renku-sphinx-theme +html_theme = 'renku' +~~~ diff --git a/build/html/usage/requerimientos_iniciales.html b/build/html/usage/requerimientos_iniciales.html index be6f262..40e5fde 100644 --- a/build/html/usage/requerimientos_iniciales.html +++ b/build/html/usage/requerimientos_iniciales.html @@ -22,7 +22,8 @@ <script src="../_static/js/theme.js"></script> <link rel="index" title="Índice" href="../genindex.html" /> <link rel="search" title="Búsqueda" href="../search.html" /> - <link rel="prev" title="¡Bienvenido! Propuesta Para el Ecosistema de Trabajo del CMMNA." href="../index.html" /> + <link rel="next" title="Solución Propuesta" href="solucion_propuesta.html" /> + <link rel="prev" title="¡Bienvenido! Propuesta Para el Ecosistema de Trabajo del CCMMNA." href="../index.html" /> </head> <body class="wy-body-for-nav"> @@ -44,7 +45,7 @@ </form> </div> </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> - <p class="caption" role="heading"><span class="caption-text">Contents:</span></p> + <p class="caption" role="heading"><span class="caption-text">Contenido:</span></p> <ul class="current"> <li class="toctree-l1 current"><a class="current reference internal" href="#">Requerimientos Iniciales</a><ul> <li class="toctree-l2"><a class="reference internal" href="#historia-del-usuario">Historia del Usuario:</a></li> @@ -56,6 +57,7 @@ </li> </ul> </li> +<li class="toctree-l1"><a class="reference internal" href="solucion_propuesta.html">Solución Propuesta</a></li> </ul> </div> @@ -166,7 +168,8 @@ </div> </div> <footer><div class="rst-footer-buttons" role="navigation" aria-label="Pie de página"> - <a href="../index.html" class="btn btn-neutral float-left" title="¡Bienvenido! Propuesta Para el Ecosistema de Trabajo del CMMNA." accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Anterior</a> + <a href="../index.html" class="btn btn-neutral float-left" title="¡Bienvenido! Propuesta Para el Ecosistema de Trabajo del CCMMNA." accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Anterior</a> + <a href="solucion_propuesta.html" class="btn btn-neutral float-right" title="Solución Propuesta" accesskey="n" rel="next">Siguiente <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> </div> <hr/> diff --git a/source/conf.py b/source/conf.py index da4bbae..bb2e14a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -1,3 +1,4 @@ +# import sphinx_theme_pd # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: @@ -24,5 +25,10 @@ language = 'es' # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output +# html_theme = 'alabaster' html_theme = 'renku' + +# html_theme = 'sphinx_theme_pd' +# html_theme_path = [sphinx_theme_pd.get_html_theme_path()] + html_static_path = ['_static']