Skip to content

Commit 159e1e6

Browse files
authored
Merge pull request seqan#3275 from eseiler/doc/vercel
[DOC] Remove vercel
2 parents ac6de55 + 6c8d421 commit 159e1e6

File tree

11 files changed

+1
-181
lines changed

11 files changed

+1
-181
lines changed

.github/workflows/ci_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Run lint
8383
uses: seqan/actions/lint@main
8484
with:
85-
clang_format: 15
85+
clang_format: 18
8686
token: ${{ secrets.SEQAN_ACTIONS_PAT }}
8787
gpg_key: ${{ secrets.SEQAN_ACTIONS_GPG_KEY }}
8888
gpg_passphrase: ${{ secrets.SEQAN_ACTIONS_GPG_PASSPHRASE }}

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,3 @@ g++-11 -O3 -DNDEBUG -Wall -Wextra \
104104
-lz -lbz2 -pthread \
105105
your_file.cpp
106106
```
107-
108-
## Sponsorships
109-
110-
[![Vercel](https://raw.githubusercontent.com/seqan/seqan3/main/test/documentation/.vercel/powered-by-vercel.svg)](https://vercel.com/?utm_source=seqan&utm_campaign=oss)
111-
112-
Vercel is kind enough to sponsor our documentation preview-builds within our pull requests. Check them out!

test/documentation/.vercel/README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/documentation/.vercel/build.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

test/documentation/.vercel/index.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/documentation/.vercel/install.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

test/documentation/.vercel/powered-by-vercel.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/documentation/.vercel/vercel.css

Lines changed: 0 additions & 44 deletions
This file was deleted.

test/documentation/seqan3-doxygen.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ set (SEQAN3_LAYOUT_IN ${CMAKE_CURRENT_BINARY_DIR}/DoxygenLayout.xml.in)
3232

3333
option (SEQAN3_USER_DOC "Create build target and test for user documentation." ON)
3434
option (SEQAN3_DEV_DOC "Create build target and test for developer documentation." ON)
35-
option (SEQAN3_VERCEL_PREVIEW_DOC "Is this a preview build by vercel.com?" OFF)
36-
37-
if (SEQAN3_VERCEL_PREVIEW_DOC)
38-
set (SEQAN3_DOXYGEN_DOT_NUM_THREADS "2")
39-
set (SEQAN3_DOXYFILE_OPTION_POWERED_BY_VERCEL
40-
"HTML_EXTRA_FILES += ${SEQAN3_DOXYGEN_SOURCE_DIR}/test/documentation/.vercel/powered-by-vercel.svg")
41-
set (SEQAN3_FOOTER_HTML_OPTION_POWERED_BY_VERCEL
42-
"<li class='footer'><a href='https://vercel.com/?utm_source=seqan&utm_campaign=oss'><img class='footer' src='$relpath^powered-by-vercel.svg' height='31' alt='Powered by Vercel' style='width:unset;'/></a></li>"
43-
)
44-
endif ()
4535

4636
### Download and extract cppreference-doxygen-web.tag.xml for std:: documentation links
4737
# SEQAN3_DOXYGEN_STD_TAGFILE can be used to point to an existing tag file (cppreference-doxygen-web.tag.xml).

test/documentation/seqan3_doxygen_cfg.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,3 @@ GENERATE_LEGEND = YES
407407
DOT_CLEANUP = YES
408408
MSCGEN_TOOL =
409409
MSCFILE_DIRS =
410-
#---------------------------------------------------------------------------
411-
# Configuration options related to the deployment by Vercel
412-
#---------------------------------------------------------------------------
413-
${SEQAN3_DOXYFILE_OPTION_POWERED_BY_VERCEL}

0 commit comments

Comments
 (0)