Skip to content

Commit

Permalink
Code autogenerated from Kurento/doc-kurento@9bfd474
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinskurento committed Nov 11, 2020
1 parent 8438fd4 commit a29cf80
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# ReadTheDocs configuration file.
# See https://docs.readthedocs.io/en/stable/config-file/v2.html

version: 2

# Sphinx additional build formats: EPUB, PDF.
formats:
- epub
- pdf

# Use this Python version and dependencies.
python:
version: 3
install:
- requirements: requirements.txt

# Use Sphinx to build documentation.
sphinx:
builder: html
configuration: source/conf.py
fail_on_warning: false
10 changes: 10 additions & 0 deletions source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{% extends "!layout.html" %}

<!--
Override the Read the Docs version, which could also be "stable" or "latest".
We always want the real, actual version, so "stable" shows e.g. "6.15.0".
-->
{% set current_version = version %}

<!--
Add a custom header to all pages, trying to redirect novice users to OpenVidu.
-->
{% block document %}
<a target="_blank" rel="noopener noreferrer"
href="https://openvidu.io/index#features" style="color: #0088aa;">
Expand Down

1 comment on commit a29cf80

@sachin-suresh-rapyuta
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have used the same code and template structure. Why is my build still showing stable and latest? I do have tags like 1.0, 1.1.0, etc.

Please sign in to comment.