Skip to content

Commit

Permalink
try to get docs healthy too
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 8, 2024
1 parent 9adf251 commit 0124673
Show file tree
Hide file tree
Showing 29 changed files with 12 additions and 1,312 deletions.
3 changes: 2 additions & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ dependencies:
- breathe
- pybtex
- sphinx-rtd-theme
- sphinx > 6
- sphinxcontrib-bibtex
- sphinxcontrib-spelling
- sphinx_markdown_tables
- recommonmark
- sphinxcontrib-spelling!=7.4.0
- sphinxcontrib-spelling
16 changes: 10 additions & 6 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'sphinxcontrib.spelling'
]

intersphinx_mapping = {'pdal': ('http://pdal.io', None), 'greyhound': ('https://greyhound.io', None)}
intersphinx_mapping = {'pdal': ('https://pdal.io/en/latest', None)}

import time
import os
Expand Down Expand Up @@ -80,16 +80,16 @@
# built documents.
#
# The short X.Y version.
version = u'2.2'
version = u'3.1'
# The full version, including alpha/beta/rc tags.
release = u'2.2.0'
release = u'3.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down Expand Up @@ -142,14 +142,18 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'rtd_theme'
html_theme = 'sphinx_rtd_theme'

# 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 = {}

html_theme_options = {
'style_nav_header_background':'#39B54A'
}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['.']

Expand All @@ -176,7 +180,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
#html_static_path = ['_static']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down
2 changes: 0 additions & 2 deletions doc/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ the Red Rocks Amphitheatre dataset from the internet and build an



::


Now we have our output at ``~/entwine/red-rocks``. We could have also
passed a directory like ``-i ~/nyc/`` to index multiple files.
Expand Down
17 changes: 0 additions & 17 deletions doc/source/rtd_theme/__init__.py

This file was deleted.

31 changes: 0 additions & 31 deletions doc/source/rtd_theme/breadcrumbs.html

This file was deleted.

46 changes: 0 additions & 46 deletions doc/source/rtd_theme/footer.html

This file was deleted.

194 changes: 0 additions & 194 deletions doc/source/rtd_theme/layout.html

This file was deleted.

Loading

0 comments on commit 0124673

Please sign in to comment.