Skip to content

Commit b1bc9f2

Browse files
authored
Merge pull request #1203 from neilkatin/ticket-1202-missing-sphinx-theme-from-doc
missing sphinx theme from doc
2 parents ddec220 + 477dc24 commit b1bc9f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/latest/api/utils/token.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ <h1>Token<a class="headerlink" href="#token" title="Link to this heading"></a
444444

445445
<dl class="py attribute">
446446
<dt class="sig sig-object py" id="O365.utils.token.BaseTokenBackend.serializer">
447-
<span class="sig-name descname"><span class="pre">serializer</span></span><span class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">&lt;module</span> <span class="pre">'json'</span> <span class="pre">from</span> <span class="pre">'/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/json/__init__.py'&gt;</span></span><a class="headerlink" href="#O365.utils.token.BaseTokenBackend.serializer" title="Link to this definition"></a></dt>
447+
<span class="sig-name descname"><span class="pre">serializer</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">&lt;module</span> <span class="pre">'json'</span> <span class="pre">from</span> <span class="pre">'/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/json/__init__.py'&gt;</span></em><a class="headerlink" href="#O365.utils.token.BaseTokenBackend.serializer" title="Link to this definition"></a></dt>
448448
<dd></dd></dl>
449449

450450
</dd></dl>

docs/latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ Rebuilding HTML Docs
6666

6767
.. code-block:: console
6868
69-
pip install sphinx
69+
pip install sphinx sphinx-rtd-theme
7070
71-
* Run the shell script ``build_docs.sh``, or copy the command from the file when using on Windows
71+
* Run the shell script ``build_docs.sh``, or copy the command from the file when using on Windows

0 commit comments

Comments
 (0)