Skip to content

Commit

Permalink
Further RTD updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Oct 23, 2023
1 parent c4d6856 commit cfee4ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Expand Up @@ -10,6 +10,12 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
pre_install:
- git update-index --assume-unchanged environment.yml doc/source/conf.py
pre_build:
- cd doc
- bash ./build.sh

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 0 additions & 2 deletions builddocs.sh

This file was deleted.

8 changes: 0 additions & 8 deletions doc/source/asciimatics.renderers.rst
Expand Up @@ -60,14 +60,6 @@ asciimatics.renderers.kaleidoscope module
:inherited-members:
:show-inheritance:

asciimatics.renderers.old module
--------------------------------

.. automodule:: asciimatics.renderers.old
:members:
:inherited-members:
:show-inheritance:

asciimatics.renderers.plasma module
-----------------------------------

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -50,7 +50,7 @@
# General information about the project.
project = u'asciimatics'
# noinspection PyShadowingBuiltins
copyright = u'2015-16, Peter Brittain'
copyright = u'2015-23, Peter Brittain'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -267,7 +267,7 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

# Include constructor comments for classes.
autoclass_content = "both"

0 comments on commit cfee4ff

Please sign in to comment.