Skip to content

Commit 6e76a97

Browse files
humitosstsewd
andauthored
New dashboard: remove legacy dashboard (#12091)
- Closes #12085 - Closes #12086 Related readthedocs/readthedocs-ops#1600 --------- Co-authored-by: Santos Gallegos <stsewd@proton.me>
1 parent 61790d8 commit 6e76a97

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+111
-3084
lines changed

.circleci/config.yml

-24
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,6 @@ jobs:
3030
- run: tox -e py312
3131
- codecov/upload
3232

33-
tests-ext-theme:
34-
docker:
35-
- image: 'cimg/python:3.12'
36-
environment:
37-
# Don't skip search tests.
38-
TOX_POSARGS: ''
39-
- image: 'docker.elastic.co/elasticsearch/elasticsearch:8.10.2'
40-
name: search
41-
environment:
42-
discovery.type: single-node
43-
ES_JAVA_OPTS: -Xms750m -Xmx750m
44-
ELASTIC_PASSWORD: password
45-
# Disabled SSL for testing.
46-
xpack.security.transport.ssl.enabled: 'false'
47-
steps:
48-
- checkout
49-
- run: git submodule sync
50-
- run: git submodule update --init
51-
- run: sudo apt update
52-
- run: sudo apt install -y rclone
53-
- run: pip install --user tox
54-
- run: tox -e ext-theme
55-
5633
tests-embedapi:
5734
docker:
5835
- image: 'cimg/python:3.12'
@@ -99,7 +76,6 @@ workflows:
9976
jobs:
10077
- checks
10178
- tests
102-
- tests-ext-theme
10379
- tests-embedapi:
10480
requires:
10581
- checks

media/css/autocomplete.css

-5
This file was deleted.

media/css/badge_only.css

-1
This file was deleted.

media/css/core.css

-1,400
This file was deleted.

media/css/header.css

-42
This file was deleted.

media/css/sphinx_rtd_theme.css

-1
This file was deleted.

media/font/fontawesome_webfont.eot

-1
This file was deleted.

media/font/fontawesome_webfont.svg

-1
This file was deleted.

media/font/fontawesome_webfont.ttf

-1
This file was deleted.

media/font/fontawesome_webfont.woff

-1
This file was deleted.

media/font/fontawesome_webfont.woff2

-1
This file was deleted.

media/fonts

-1
This file was deleted.

media/images/badge-revsys-sm.png

-3.61 KB
Binary file not shown.

media/images/badge-revsys.png

-6.27 KB
Binary file not shown.

media/images/badge-rtd-sm.png

-1.09 KB
Binary file not shown.

media/images/badge-rtd.png

-6.86 KB
Binary file not shown.

media/images/body-bg.svg

-8
This file was deleted.

media/images/bookmark-delete.png

-957 Bytes
Binary file not shown.

media/images/bookmark-icon-active.png

-663 Bytes
Binary file not shown.
-642 Bytes
Binary file not shown.

media/images/bookmark-icon-hover.png

-632 Bytes
Binary file not shown.

media/images/bookmark-icon-wait.png

-939 Bytes
Binary file not shown.

media/images/build.png

-2.79 KB
Binary file not shown.

media/images/close-window.png

-244 Bytes
Binary file not shown.

media/images/gear.png

-1.85 KB
Binary file not shown.

media/images/gradient-light.png

-216 Bytes
Binary file not shown.

media/images/gradient.png

-151 Bytes
Binary file not shown.

media/images/header-bg.png

-13.3 KB
Binary file not shown.

media/images/header-home-bg.svg

-8
This file was deleted.

media/images/home-logo.png

-3.34 KB
Binary file not shown.

media/images/project-bar-bg-admin.svg

-28
This file was deleted.

media/images/project-bar-bg.png

-41.4 KB
Binary file not shown.

media/images/search.png

-1.28 KB
Binary file not shown.

media/images/switch-grid-icon.png

-215 Bytes
Binary file not shown.

media/images/switch-list-icon.png

-217 Bytes
Binary file not shown.

media/javascript/base.js

-129
This file was deleted.

0 commit comments

Comments
 (0)