From aca8a39074dff9acbd830b112389a0e0a1e2745f Mon Sep 17 00:00:00 2001 From: Phil Gyford Date: Wed, 13 Dec 2023 11:39:27 +0000 Subject: [PATCH] Rebuild docs for v3.2.0 --- ditto/__init__.py | 2 +- docs/_build/doctrees/environment.pickle | Bin 48390 -> 48390 bytes docs/_build/doctrees/introduction.doctree | Bin 17489 -> 17489 bytes docs/_build/html/.buildinfo | 2 +- .../_build/html/_sources/introduction.rst.txt | 2 +- .../html/_static/documentation_options.js | 2 +- docs/_build/html/development.html | 4 ++-- docs/_build/html/genindex.html | 4 ++-- docs/_build/html/index.html | 4 ++-- docs/_build/html/installation.html | 4 ++-- docs/_build/html/introduction.html | 6 +++--- docs/_build/html/objects.inv | 2 +- docs/_build/html/search.html | 4 ++-- docs/_build/html/searchindex.js | 2 +- docs/_build/html/services/flickr.html | 4 ++-- docs/_build/html/services/lastfm.html | 4 ++-- docs/_build/html/services/pinboard.html | 4 ++-- docs/_build/html/services/twitter.html | 4 ++-- 18 files changed, 27 insertions(+), 27 deletions(-) diff --git a/ditto/__init__.py b/ditto/__init__.py index 3c9e274..da9a3cc 100644 --- a/ditto/__init__.py +++ b/ditto/__init__.py @@ -1,5 +1,5 @@ __title__ = "Django Ditto" -__version__ = "3.1.0" +__version__ = "3.2.0" __author__ = "Phil Gyford" __author_email__ = "phil@gyford.com" __license__ = "MIT" diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index b2af3e6fbf800ad634a89e21fb685fe061ed830b..7df17a916c4578d694340c892dafbee8a04e00e7 100644 GIT binary patch delta 908 zcmYL|Ur19?9LK$PNHw==b0k}hl5JTL8rxHr`KK)1%r=IJ|CV!3+jV-!-887CyGvKI zm4n}iEJ%p#DIqvM3^j}*=s|r7#2|veZIf%IluF}{LW2m@`+9U z`5#VW&7`(T{-EC*_GeQ0wo)tF$&V{JD@>}&IV*anDpcd}MekPZ-WB#sLjj*ZT-Fl| z`1&L`Z#-huUdg5Ss&qG<${Pi?uT@{21L0K4LfWc7FzVWA;F-nG0Z_CCgP9j1&?e- zZ=JZ2m9!RZxVjkhyL&0X)Yv}6H*MLri=E7#ZvM$&rlpmEzU>Nw$L&D|2R!%|Qgr&# zmR0Ii@-$=jd6+fVeU$la@91MP7J*ZEC6!g-A2))=-BuJfePpp@7Ki~8Feb4WA?(anR*ytYn za-Y#V6Y&GGKj`N}{zN>ztk{XN*@;ZX2~Tw8j1zs<8ME+bC)cYn=tF*aNbvbXB{zhD zZi$zBfU}%->x6+&m=6Z|upkX2;#h`dsb|nf<>8bmd{YRA{c<9HD7Doa6nxiZl(e`s zeRjUaQu0c?!=|OxxW5oJHz_J9bu9a%IQm~D4vJ$bbzFWgj--@zH6cb)>cp&8yqi*v zKqhLpI#^h8*r1}^46C*#7_}9^Zfy=U+MB>+w}Gp{1mEmi@Z4@gTMiR*igY3VBn#<4 z{6iK}UCh$pg;W;v2t|;oFlm73h=kAXhYrP#*30u5*qkw-{fc11(+YVAhwBSpwg>64KG~#MPaeImBP{1TNIwP z^;5|22vb<-{1+a*x%i0zDna_awV7nysk%UM1aqe1C+($%zOJ zcP(U~wFmfz<6PvOG_b0v)>nw;r_V637BHionQfbejGD_-=geu;A#-|l!dw;}?~f&| zhEZVmwdo+4dOLn-U`%%B5?4$$#Z*sBwZyPvDw)pe$Xkh<>0^h+DumQ*)?!n) F0{{}i7b^e& diff --git a/docs/_build/html/.buildinfo b/docs/_build/html/.buildinfo index 4833e44..5c7562b 100644 --- a/docs/_build/html/.buildinfo +++ b/docs/_build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: febc17d0327d7566083931a74958cc1d +config: 9a8982a2a2d3ee92e58e46136134e4a4 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_build/html/_sources/introduction.rst.txt b/docs/_build/html/_sources/introduction.rst.txt index 75a93ff..d61ddbe 100644 --- a/docs/_build/html/_sources/introduction.rst.txt +++ b/docs/_build/html/_sources/introduction.rst.txt @@ -4,7 +4,7 @@ Introduction A collection of Django apps for copying things from third-party sites and services. If something doesn't make sense, `email Phil Gyford `_ and I'll try and clarify it. -Requires Python 3.9 to 3.11, and Django 3.2,, 4.1 and 4.2. +Requires Python 3.9 to 3.12, and Django 4.1, 4.2, and 5.0. `See screenshots of a site using the supplied templates. `_ diff --git a/docs/_build/html/_static/documentation_options.js b/docs/_build/html/_static/documentation_options.js index 6ba7fc6..db3470d 100644 --- a/docs/_build/html/_static/documentation_options.js +++ b/docs/_build/html/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '3.1.0', + VERSION: '3.2.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/_build/html/development.html b/docs/_build/html/development.html index 9b1c654..57cb9bf 100644 --- a/docs/_build/html/development.html +++ b/docs/_build/html/development.html @@ -4,7 +4,7 @@ - Development — Django Ditto 3.1.0 documentation + Development — Django Ditto 3.2.0 documentation