Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
python: "3.10"

## apt packages required packages to run cmake on sunshine, note that additional packages are required
# apt_packages:
Expand Down Expand Up @@ -41,5 +41,5 @@ formats: all

python:
install:
- requirements: ./scripts/requirements.txt
- requirements: ./docs/requirements.txt
system_packages: true
22 changes: 10 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:github_url: https://github.com/LizardByte/Sunshine/tree/nightly/README.rst

Overview
========
LizardByte has the full documentation hosted on `Read the Docs <https://sunshinestream.readthedocs.io/>`_.
Expand All @@ -13,18 +11,18 @@ Connect to Sunshine from any Moonlight client, available for nearly any device i

These are the advantages of Sunshine over GeForce Experience.

- FOSS (Free and Open Source Software)
- Multi-platform
- FOSS (Free and Open Source Software)
- Multi-platform

- Linux
- macOS
- Windows
- Linux
- macOS
- Windows

- Pair over web ui
- Supports AMD, Intel, and Nvidia GPUs for encoding
- Supports software encoding
- Supports streaming to multiple clients
- Web UI for configuration
- Pair over web ui
- Supports AMD, Intel, and Nvidia GPUs for encoding
- Supports software encoding
- Supports streaming to multiple clients
- Web UI for configuration

Integrations
------------
Expand Down
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
furo==2022.9.29
m2r2==0.3.3
Sphinx==5.3.0
sphinx-copybutton==0.5.0
Loading