Skip to content

Commit

Permalink
Revert "Add a bunch of features to the default build"
Browse files Browse the repository at this point in the history
This reverts commit c454d0a.
  • Loading branch information
stsewd committed Aug 14, 2024
1 parent 781900b commit 292783d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 69 deletions.
11 changes: 1 addition & 10 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "latest"
nodejs: "latest"
python: "3"
apt_packages:
- tree
jobs:
post_checkout:
# Test we can use a PUBLIC environment variable in a command
- set -x; test -n "${PUBLIC}"

post_install:
# Test jsdoc
- npm install -g jsdoc jobs:

sphinx:
configuration: docs/conf.py
Expand Down
7 changes: 1 addition & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@
project = 'Test Builds'
extensions = [
'sphinx_autorun',
'notfound.extension',
'hoverxref.extension',
'sphinx_js',
]

latex_engine = 'xelatex' # allow us to build Unicode chars
hoverxref_auto_ref = True


# Include all your settings here
html_theme = 'sphinx_rtd_theme'

js_source_path = '../src/'
13 changes: 0 additions & 13 deletions docs/environment-variables.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/hoverxref.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ test-builds

GitHub repository to test different Read the Docs builds scenarios.

.. toctree::

hoverxref
environment-variables
jsdoc

----

Read the Docs configuration file used to build this docs:
Expand Down
8 changes: 0 additions & 8 deletions docs/jsdoc.rst

This file was deleted.

9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
sphinx-autorun
sphinx-rtd-theme
sphinx-notfound-page
sphinx-hoverxref

sphinx-js
# Pin it because it fails otherwise
# ImportError: cannot import name 'soft_unicode' from 'markupsafe'
markupsafe==2.0.1
sphinx-rtd-theme>=1.2.0rc3
14 changes: 0 additions & 14 deletions src/actions.js

This file was deleted.

0 comments on commit 292783d

Please sign in to comment.