Skip to content
Snippets Groups Projects
Commit 7abbd70d authored by Vlad Kondratiev's avatar Vlad Kondratiev
Browse files

RAP-900: tidying up, removed obsolete commented lines

parent 706744c7
No related branches found
No related tags found
1 merge request!4Update docs
Pipeline #114307 passed
Pipeline: pulp2-cwl-redigitization

#114308

    ...@@ -20,8 +20,5 @@ sphinx: ...@@ -20,8 +20,5 @@ sphinx:
    python: python:
    install: install:
    - requirements: docs/requirements.txt - requirements: docs/requirements.txt
    # Optionally declare the Python requirements required to build your docs
    #python:
    # install:
    # - method: pip # - method: pip
    # path: . # path: .
    ...@@ -40,8 +40,6 @@ exclude_patterns = [] ...@@ -40,8 +40,6 @@ exclude_patterns = []
    # a list of builtin themes. # a list of builtin themes.
    # #
    #html_theme = "alabaster" #html_theme = "alabaster"
    #html_theme = 'furo'
    #html_theme = 'sphinx_book_theme'
    html_theme = 'sphinx_rtd_theme' html_theme = 'sphinx_rtd_theme'
    # Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
    ...@@ -53,45 +51,3 @@ html_theme_options = { ...@@ -53,45 +51,3 @@ html_theme_options = {
    'logo_only': False, 'logo_only': False,
    'display_version': False, 'display_version': False,
    } }
    # Theme options are theme-specific and customize the look and feel of a theme
    # further. For a list of options available for each theme, see the
    # documentation.
    #
    #html_theme_options = {
    # "logo": {
    # "image_light": "GBO-vertical-PGGradient.svg",
    # "image_dark": "GBO-vertical-PGGradient.svg"
    # },
    # "repository_url": "https://github.com/aschmiedeke/gbtdocs",
    # "use_repository_button": True,
    # "use_edit_page_button": False,
    # "use_issues_button": True,
    #}
    #html_context = {
    # "github_user": "aschmiedeke",
    # "github_repo": "gbtdocs",
    # "github_version": "main",
    # "doc_path": "docs/source",
    #}
    #html_show_sourcelink = False
    ## for furo theme
    #html_theme_options = {
    # "light_logo": "GBO-vertical-PGGradient.svg",
    # "dark_logo": "GBO-vertical-PGGradient.svg",
    # "sidebar_hide_name": True,
    # #"announcement": "The GBT is currently offline for maintenance and expected to return to full operations by the end of September.",
    # "dark_css_variables": {"color-announcement-background": "darkred"},
    # "light_css_variables": {"color-announcement-background": "darkred"},
    # "source_repository": "https://github.com/aschmiedeke/gbtdocs/",
    # "source_branch": "main",
    # "source_directory": "docs/source/",
    # #"use_edit_page_button": True,
    # #"use_source_button": True,
    # #"use_issues_button": True,
    # #"use_download_button": True,
    # #"use_sidenotes": True
    # }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment