Merge pull request #18 from mabrains/fix_docs_warnings

Fixing warnings
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..88326f8
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,29 @@
+# -*- coding: utf-8 -*-
+# Copyright 2022 Google LLC
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+name: Open-Source-PDKs-docs
+
+channels:
+- defaults
+
+dependencies:
+- python>=3.8
+- pip:
+  - -r docs/requirements.txt
+
+sphinx:
+  fail_on_warning: true
diff --git a/README.rst b/README.rst
index 83dce63..ea4d5cf 100644
--- a/README.rst
+++ b/README.rst
@@ -15,6 +15,11 @@
 
 https://github.com/google/skywater-pdk
 
+SKY90FD (work in progress)
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+https://github.com/google/sky90fd-pdk
+
 GlobalFoundries
 ~~~~~~~~~~~~~~~
 
diff --git a/docs/_static/open-source-pdks-logo-top.png b/docs/_static/open-source-pdks-logo-top.png
new file mode 100644
index 0000000..c5103c5
--- /dev/null
+++ b/docs/_static/open-source-pdks-logo-top.png
Binary files differ
diff --git a/docs/conf.py b/docs/conf.py
index 98d6a1a..35a232f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -142,7 +142,7 @@
 #
 html_theme = "sphinx_symbiflow_theme"
 
-#html_logo = "_static/open-source-pdks-logo-top.png"
+html_logo = "_static/open-source-pdks-logo-top.png"
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the