Skip to content

Commit

Permalink
add metadata to the documentation conf.py and enable travis test for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Thecarisma committed Sep 6, 2020
1 parent b834d18 commit 0bd5cec
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
language: sh

branches:
only:
- main

os:
- linux

Expand Down
9 changes: 0 additions & 9 deletions docs/_static/css/libcester.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,22 +131,13 @@ code {
}

.two-sided pre {
max-height: 20pc;
overflow-y: scroll;
}

.bold {
font-weight: bold;
}

.note {
background: rgb(24,26,27) !important;
}

.warning {
background: rgb(24,26,27) !important;
}

.bodywrapper {
min-height: 100vh;
}
Expand Down
21 changes: 20 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,24 @@
'index'
],
"source_root": "https://github.com/exoticlibraries/libcester/edit/main/docs",
"document_font_size": "17px"
"document_font_size": "17px",
"metadata": {
"enable": True,
"url": "https://exoticlibraries.github.io/libcester/",
"type": "website",
"title": "A robust header only unit testing framework for C programming language.",
"description": "libcester is a header only automated testing framework for the C programming language, it requires no dependency and can be downloaded and used in a project immediately.",
"image": "https://raw.githubusercontent.com/exoticlibraries/libcester/main/docs/libcester.png",
"keywords": "thecarisma, c, cpp, c++, unit testing, framework, exoticlibraries, exotic, libraries, regression, test",
"author": "Adewale Azeez"
},
"twitter_metadata": {
"enable": True,
"card": "summary",
"site": "@iamthecarisma",
"creator": "@iamthecarisma",
"title": "A robust header only unit testing framework for C programming language.",
"description": "libcester is a header only automated testing framework for the C programming language, it requires no dependency and can be downloaded and used in a project immediately.",
"image": "https://raw.githubusercontent.com/exoticlibraries/libcester/main/docs/libcester.png",
}
}

0 comments on commit 0bd5cec

Please sign in to comment.